X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3ced230d576cb0eff6f8b7805f1682c14e009ef9..5a7ae14c769710c1de947b115cf2cd0c38d3df7e:/SL/DB/MetaSetup/AuthClient.pm?ds=inline 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 },