X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/672e96582802a1d0cba215390d483ea77d3f77bf..3568f2f8cb1f21031ee5255f054c0431544c5607:/SL/DB/MetaSetup/AuthGroup.pm 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 },