]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/AuthGroupRight.pm
RDBO: Setups der Auth*-Instanzen vereinheitlicht
[mfinanz.git] / SL / DB / MetaSetup / AuthGroupRight.pm
index 0cf5d7211a523e4ca025642a96201669f7ff8a58..677796631473aa7e4939684111e03780965f993e 100644 (file)
@@ -8,6 +8,7 @@ use base qw(SL::DB::Object);
 
 __PACKAGE__->meta->setup(
   table   => 'group_rights',
+  schema  => 'auth',
 
   columns => [
     group_id => { type => 'integer', not_null => 1 },