modified version
This commit is contained in:
@@ -223,12 +223,3 @@ ON DUPLICATE KEY UPDATE
|
||||
include_template_version = VALUES(include_template_version),
|
||||
include_export_timestamp = VALUES(include_export_timestamp),
|
||||
is_active = VALUES(is_active);
|
||||
|
||||
-- App config values fine-tune the client without changing code.
|
||||
INSERT INTO app_config (config_key, config_value_json)
|
||||
VALUES
|
||||
('autosave', '{"enabled": true, "intervalSeconds": 20}'),
|
||||
('offlineCache', '{"templateTtlHours": 24, "refreshOnStartup": true}'),
|
||||
('reportStatuses', '["draft", "in_progress", "ready_for_export", "exported", "archived"]')
|
||||
ON DUPLICATE KEY UPDATE
|
||||
config_value_json = VALUES(config_value_json);
|
||||
|
||||
Reference in New Issue
Block a user