X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3ced230d576cb0eff6f8b7805f1682c14e009ef9..a4eedbad532a8f0e01eeb00948a761dea80bde77:/SL/DB/MetaSetup/AuthClient.pm diff --git a/SL/DB/MetaSetup/AuthClient.pm b/SL/DB/MetaSetup/AuthClient.pm index 1b0a81a54..b78050cf0 100644 --- a/SL/DB/MetaSetup/AuthClient.pm +++ b/SL/DB/MetaSetup/AuthClient.pm @@ -8,6 +8,7 @@ use base qw(SL::DB::Object); __PACKAGE__->meta->setup( table => 'clients', + schema => 'auth', columns => [ id => { type => 'serial', not_null => 1 },