Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f177096e

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID f177096e3a50a9f9c71e3c41d0eab7fa7ab3a10d
  • Vorgänger c4c52ce2
  • Nachfolger 39df5ed9

EmailJournal: Zusätzlicher Type für Beleg-Importe

Unterschiede anzeigen:

SL/DB/MetaSetup/EmailJournal.pm
22 22
  recipients         => { type => 'text', not_null => 1 },
23 23
  sender_id          => { type => 'integer' },
24 24
  sent_on            => { type => 'timestamp', default => 'now()', not_null => 1 },
25
  status             => { type => 'enum', check_in => [ 'sent', 'send_failed', 'imported' ], db_type => 'email_journal_status', not_null => 1 },
25
  status             => { type => 'enum', check_in => [ 'sent', 'send_failed', 'imported', 'record_imported' ], db_type => 'email_journal_status', not_null => 1 },
26 26
  subject            => { type => 'text', not_null => 1 },
27 27
  uid                => { type => 'integer' },
28 28
);

Auch abrufbar als: Unified diff