]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/EmailJournal.pm
E-Mail-Journal: Sequenznamen fixen
[kivitendo-erp.git] / SL / DB / MetaSetup / EmailJournal.pm
index 92f89be2d48536a4f6a4a7bb23fdc79c11a191e5..d6dceb7acc4af27afb3687dc58464451a3c88672 100644 (file)
@@ -13,7 +13,7 @@ __PACKAGE__->meta->columns(
   extended_status => { type => 'text', not_null => 1 },
   from            => { type => 'text', not_null => 1 },
   headers         => { type => 'text', not_null => 1 },
-  id              => { type => 'integer', not_null => 1, sequence => 'email_journal_id_seq1' },
+  id              => { type => 'serial', not_null => 1 },
   itime           => { type => 'timestamp', default => 'now()', not_null => 1 },
   mtime           => { type => 'timestamp', default => 'now()', not_null => 1 },
   recipients      => { type => 'text', not_null => 1 },