Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3c9a35dc

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 3c9a35dc314f86f689fe5f320dfc3ccef7a2710c
  • Vorgänger fd28fca7
  • Nachfolger 95a2c5db

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

Unterschiede anzeigen:

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

Auch abrufbar als: Unified diff