X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FEmailJournal.pm;h=d6dceb7acc4af27afb3687dc58464451a3c88672;hb=d21bdcaf73d55909d130fbbe26137fd45114adde;hp=92f89be2d48536a4f6a4a7bb23fdc79c11a191e5;hpb=24ab7ec0bfb052edce7a3c7a6e37c151f9cd6a04;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/EmailJournal.pm b/SL/DB/MetaSetup/EmailJournal.pm index 92f89be2d..d6dceb7ac 100644 --- a/SL/DB/MetaSetup/EmailJournal.pm +++ b/SL/DB/MetaSetup/EmailJournal.pm @@ -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 },