Skip to content

Commit d3a5845

Browse files
committed
fix(migrations): DarkMode feature flag as non-editable
fixes: BED-5733
1 parent 78f7a24 commit d3a5845

File tree

1 file changed

+1
-1
lines changed
  • cmd/api/src/database/migration/migrations

1 file changed

+1
-1
lines changed

cmd/api/src/database/migration/migrations/schema.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ INSERT INTO feature_flags (key, name, description, enabled, user_updatable, crea
655655
'dark_mode',
656656
'Dark Mode',
657657
'Allows users to enable or disable dark mode via a toggle in the settings menu',
658-
false, true, current_timestamp, current_timestamp
658+
false, false, current_timestamp, current_timestamp
659659
), (
660660
'pg_migration_dual_ingest',
661661
'PostgreSQL Migration Dual Ingest',

0 commit comments

Comments
 (0)