Rose-Models anhand des tatsächlichen Schemas aktualisiert
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 23 Aug 2019 09:27:09 +0000 (11:27 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 23 Aug 2019 09:27:09 +0000 (11:27 +0200)
SL/DB/MetaSetup/BankTransactionAccTrans.pm
SL/DB/MetaSetup/Contact.pm

index 6428c99..5055ca4 100644 (file)
@@ -19,7 +19,7 @@ __PACKAGE__->meta->columns(
   mtime               => { type => 'timestamp' },
 );
 
-__PACKAGE__->meta->primary_key_columns([ 'id' ]);
+__PACKAGE__->meta->primary_key_columns([ 'bank_transaction_id', 'acc_trans_id' ]);
 
 __PACKAGE__->meta->allow_inline_column_values(1);
 
index 36afa03..419375f 100644 (file)
@@ -18,7 +18,7 @@ __PACKAGE__->meta->columns(
   cp_gender      => { type => 'character', length => 1 },
   cp_givenname   => { type => 'text' },
   cp_id          => { type => 'integer', not_null => 1, sequence => 'id' },
-  cp_main        => { type => 'boolean' },
+  cp_main        => { type => 'boolean', default => 'false' },
   cp_mobile1     => { type => 'text' },
   cp_mobile2     => { type => 'text' },
   cp_name        => { type => 'text' },