mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 21:08:12 +00:00
fix: migration problem
This commit is contained in:
@@ -113,5 +113,5 @@ CREATE TABLE "system_features" (
|
|||||||
);
|
);
|
||||||
|
|
||||||
-- Insert the configurable fares feature flag
|
-- Insert the configurable fares feature flag
|
||||||
INSERT INTO "system_features" ("id", "feature_name", "is_enabled", "config")
|
INSERT INTO "system_features" ("id", "feature_name", "is_enabled", "config", "updated_at")
|
||||||
VALUES ('cf-001', 'USE_CONFIGURABLE_FARES', false, '{"rollout_percentage": 0}');
|
VALUES ('cf-001', 'USE_CONFIGURABLE_FARES', false, '{"rollout_percentage": 0}', CURRENT_TIMESTAMP);
|
||||||
Reference in New Issue
Block a user