Revision 230a0760
Von Werner Hahn vor 11 Monaten hinzugefügt
| SL/DB/MetaSetup/BackgroundJob.pm | ||
|---|---|---|
|
active => { type => 'boolean' },
|
||
|
cron_spec => { type => 'varchar', length => 255 },
|
||
|
data => { type => 'text' },
|
||
|
description => { type => 'text' },
|
||
|
id => { type => 'serial', not_null => 1 },
|
||
|
last_run_at => { type => 'timestamp' },
|
||
|
next_run_at => { type => 'timestamp' },
|
||
Auch abrufbar als: Unified diff
BGJ neues Feld 'description' auch bei BGJH