Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 36f031f5

Von Tamino Steinert vor 26 Tagen hinzugefügt

  • ID 36f031f5c7743d7354ed1acbaf78e4e57274f0a5
  • Vorgänger 014942ea
  • Nachfolger fe445cb3

EmailJournalAttachment: SQL: Verarbeitet-Flag hinzufügen

Unterschiede anzeigen:

SL/DB/MetaSetup/EmailJournalAttachment.pm
18 18
  mtime            => { type => 'timestamp', default => 'now()', not_null => 1 },
19 19
  name             => { type => 'text', not_null => 1 },
20 20
  position         => { type => 'integer', not_null => 1 },
21
  processed        => { type => 'boolean', default => 'false', not_null => 1 },
21 22
);
22 23

  
23 24
__PACKAGE__->meta->primary_key_columns([ 'id' ]);

Auch abrufbar als: Unified diff