Revision d3425278
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
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
EmailJournal: Zusätzlicher Type für Beleg-Importe