TRUE
);
-INSERT INTO config.global_flag (name, enabled, label)
+INSERT INTO config.global_flag (name, label, enabled)
VALUES (
'history.hold.retention_age',
oils_i18n_gettext('history.hold.retention_age', 'Historical Hold Retention Age', 'cgf', 'label'),
CREATE INDEX active_hold_transit_hold_idx ON "action".hold_transit_copy (hold);
-- New global flags for the purge function
-INSERT INTO config.global_flag (name, enabled, label)
+INSERT INTO config.global_flag (name, label, enabled)
VALUES (
'history.hold.retention_age',
oils_i18n_gettext('history.hold.retention_age', 'Historical Hold Retention Age', 'cgf', 'label'),