Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ce9a5b4b

Von Tamino Steinert vor 8 Monaten hinzugefügt

  • ID ce9a5b4b73d647107f8cb60b64510026c719f6ec
  • Vorgänger f0ff2b54
  • Nachfolger 535904da

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