mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
fix: ux changes for sync settings/overrides
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
UPDATE sync_feature_settings
|
||||
SET globally_enabled = 0, new_instance_default = 1
|
||||
WHERE feature IN (
|
||||
'command_history',
|
||||
'multiplayer_servers',
|
||||
'creative_hotbars'
|
||||
);
|
||||
|
||||
UPDATE instance_sync_preferences
|
||||
SET enabled = 1
|
||||
WHERE feature IN (
|
||||
'command_history',
|
||||
'multiplayer_servers',
|
||||
'creative_hotbars'
|
||||
);
|
||||
Reference in New Issue
Block a user