Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 358a7497

Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt

  • ID 358a74975a6b7c37fa49f7c61c36fccfbc73e933
  • Vorgänger 72f19f83
  • Nachfolger a71e2790

E-Mail-Journal: Sequenznamen fixen

Unterschiede anzeigen:

SL/DB/MetaSetup/EmailJournal.pm
13 13
  extended_status => { type => 'text', not_null => 1 },
14 14
  from            => { type => 'text', not_null => 1 },
15 15
  headers         => { type => 'text', not_null => 1 },
16
  id              => { type => 'integer', not_null => 1, sequence => 'email_journal_id_seq1' },
16
  id              => { type => 'serial', not_null => 1 },
17 17
  itime           => { type => 'timestamp', default => 'now()', not_null => 1 },
18 18
  mtime           => { type => 'timestamp', default => 'now()', not_null => 1 },
19 19
  recipients      => { type => 'text', not_null => 1 },

Auch abrufbar als: Unified diff