Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 14e3a7b9

Von Werner Hahn vor etwa 2 Monaten hinzugefügt

  • ID 14e3a7b9269eb98f13c800c90f10ee76958e80dc
  • Vorgänger 27893755
  • Nachfolger f433396c

BGJ neues Feld 'description' auch bei BGJH

Unterschiede anzeigen:

SL/DB/MetaSetup/BackgroundJobHistory.pm
10 10

  
11 11
__PACKAGE__->meta->columns(
12 12
  data         => { type => 'text' },
13
  description  => { type => 'text' },
13 14
  error        => { type => 'text', alias => 'error_col' },
14 15
  id           => { type => 'serial', not_null => 1 },
15 16
  package_name => { type => 'varchar', length => 255 },

Auch abrufbar als: Unified diff