X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/672e96582802a1d0cba215390d483ea77d3f77bf..3568f2f8cb1f21031ee5255f054c0431544c5607:/SL/DB/MetaSetup/AuthGroupRight.pm diff --git a/SL/DB/MetaSetup/AuthGroupRight.pm b/SL/DB/MetaSetup/AuthGroupRight.pm index 0cf5d7211..677796631 100644 --- a/SL/DB/MetaSetup/AuthGroupRight.pm +++ b/SL/DB/MetaSetup/AuthGroupRight.pm @@ -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 },