Disable workers by default for RAA
This commit is contained in:
@@ -164,8 +164,8 @@ CREATE TABLE IF NOT EXISTS audit_log (
|
||||
|
||||
INSERT INTO worker_controls(name, enabled, settings_json)
|
||||
VALUES
|
||||
('vk-parser', TRUE, '{}'::jsonb),
|
||||
('vk-storage-uploader', TRUE, '{}'::jsonb)
|
||||
('vk-parser', FALSE, '{}'::jsonb),
|
||||
('vk-storage-uploader', FALSE, '{}'::jsonb)
|
||||
ON CONFLICT (name) DO NOTHING;
|
||||
|
||||
INSERT INTO app_settings(key, value_json, value_type, title, description, category)
|
||||
|
||||
Reference in New Issue
Block a user