X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAuthGroup.pm;h=9e75aac33af0f2806ce1654b2dad867664743779;hb=f1a6f40168188b4e7e1d55db3c9c4e88749aa68b;hp=31d49153acdb472113af5df2ff9ed346c2f694d3;hpb=3ceb381944924a7b6a14d69361754422b8b49589;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/AuthGroup.pm b/SL/DB/MetaSetup/AuthGroup.pm index 31d49153a..9e75aac33 100644 --- a/SL/DB/MetaSetup/AuthGroup.pm +++ b/SL/DB/MetaSetup/AuthGroup.pm @@ -8,6 +8,7 @@ use base qw(SL::DB::Object); __PACKAGE__->meta->setup( table => 'group', + schema => 'auth', columns => [ id => { type => 'serial', not_null => 1 },