X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FDB%2FMetaSetup%2FAuthUser.pm;h=217519041f9563ff0e427b369197b0d48517ebd0;hb=dbda14c263efd93aca3b7114015a47d86b8581e3;hp=04bc23ef50d8a97ab0660311c21e1e191eda4df7;hpb=89c9ff022d3f13e27ba6bda085df15707fcfb0eb;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/AuthUser.pm b/SL/DB/MetaSetup/AuthUser.pm index 04bc23ef5..217519041 100644 --- a/SL/DB/MetaSetup/AuthUser.pm +++ b/SL/DB/MetaSetup/AuthUser.pm @@ -8,6 +8,7 @@ use base qw(SL::DB::Object); __PACKAGE__->meta->setup( table => 'user', + schema => 'auth', columns => [ id => { type => 'serial', not_null => 1 },