Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d3425278

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID d3425278405994688462010d341962c31f9ae106
  • Vorgänger 55a27184
  • Nachfolger f846a634

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