Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 777afb79

Von Tamino Steinert vor 11 Monaten hinzugefügt

  • ID 777afb7992b733eafe5dd617480fd97c6aa78080
  • Vorgänger ffdea081
  • Nachfolger f8f46881

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