]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/AuthGroup.pm
RDBO: Setups der Auth*-Instanzen vereinheitlicht
[kivitendo-erp.git] / SL / DB / MetaSetup / AuthGroup.pm
index 31d49153acdb472113af5df2ff9ed346c2f694d3..9e75aac33af0f2806ce1654b2dad867664743779 100644 (file)
@@ -8,6 +8,7 @@ use base qw(SL::DB::Object);
 
 __PACKAGE__->meta->setup(
   table   => 'group',
+  schema  => 'auth',
 
   columns => [
     id          => { type => 'serial', not_null => 1 },