E-Mail-Journal: Sequenznamen fixen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 24 Sep 2015 12:01:08 +0000 (14:01 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 24 Sep 2015 12:01:25 +0000 (14:01 +0200)
SL/DB/MetaSetup/EmailJournal.pm

index 92f89be..d6dceb7 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 },