X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FAuthClient.pm;h=b78050cf044cf9375075ef107ab5e63502c4137a;hb=57528e5b09f2fea9708d06ec99c3fb0200275534;hp=1b0a81a54a885e2c25ce706de1501bddbc5ed43d;hpb=3ced230d576cb0eff6f8b7805f1682c14e009ef9;p=kivitendo-erp.git 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 },