This has been changed when moving comments/downtimes to config objects
in
050c520b2a3df0477f2eec71ec2d874b6dd36aa5
It may cause trouble with DB IDO DELETE and UPDATE statements
depending on the old value.
refs #11382
[config, required] String author;
[config, required] String text;
[config] double expire_time;
- int legacy_id;
+ [state] int legacy_id;
};
}
[state] Array::Ptr triggers {
default {{{ return new Array(); }}}
};
- int legacy_id;
+ [state] int legacy_id;
[state] bool was_cancelled;
[config] String config_owner;
};