Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 230a0760

Von Werner Hahn vor 4 Monaten hinzugefügt

  • ID 230a076039b942665311ce59d8b5627f3c8b6858
  • Vorgänger cf48b027
  • Nachfolger 216802d6

BGJ neues Feld 'description' auch bei BGJH

Unterschiede anzeigen:

SL/DB/MetaSetup/BackgroundJob.pm
12 12
  active       => { type => 'boolean' },
13 13
  cron_spec    => { type => 'varchar', length => 255 },
14 14
  data         => { type => 'text' },
15
  description  => { type => 'text' },
15 16
  id           => { type => 'serial', not_null => 1 },
16 17
  last_run_at  => { type => 'timestamp' },
17 18
  next_run_at  => { type => 'timestamp' },

Auch abrufbar als: Unified diff