RDBO: Setups der Auth*-Instanzen vereinheitlicht
[kivitendo-erp.git] / SL / DB / MetaSetup / AuthClient.pm
index 1b0a81a..b78050c 100644 (file)
@@ -8,6 +8,7 @@ use base qw(SL::DB::Object);
 
 __PACKAGE__->meta->setup(
   table   => 'clients',
+  schema  => 'auth',
 
   columns => [
     id         => { type => 'serial', not_null => 1 },