Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0c2b8441

Von Tamino Steinert vor 7 Monaten hinzugefügt

  • ID 0c2b8441d77e01f4aaa5f4599c92ee588d349513
  • Vorgänger 6b8d5aea
  • Nachfolger deb7c2c1

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