Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5c612900

Von Tamino Steinert vor 12 Monaten hinzugefügt

  • ID 5c612900b3c39c2f11d8153e5cb1626986ef1f7b
  • Vorgänger b0d95d74
  • Nachfolger cada7dd4

EmailJournal: DB: um Ungültig-Feld erweitert

Unterschiede anzeigen:

SL/DB/MetaSetup/EmailJournal.pm
19 19
  id                 => { type => 'serial', not_null => 1 },
20 20
  itime              => { type => 'timestamp', default => 'now()', not_null => 1 },
21 21
  mtime              => { type => 'timestamp', default => 'now()', not_null => 1 },
22
  obsolete           => { type => 'boolean', default => 'false', not_null => 1 },
22 23
  recipients         => { type => 'text', not_null => 1 },
23 24
  sender_id          => { type => 'integer' },
24 25
  sent_on            => { type => 'timestamp', default => 'now()', not_null => 1 },

Auch abrufbar als: Unified diff