bootstrap new fee ACLs, RT#25899 (also: new package definition costs ACL, RT#27140)
[freeside.git] / bin / pg-readonly
index 091174c..b5cde4d 100644 (file)
@@ -47,7 +47,7 @@ Attributes
 sessions
 );
 
-foreach my $rt_table ( @rt_tables ) {
+foreach my $table ( @rt_tables ) {
   $dbh->do("GRANT SELECT ON $table TO $rouser");
   $dbh->commit();
   $dbh->do("GRANT SELECT ON ${table}_id_seq TO $rouser");