mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 07:51:13 -05:00
Fix: Update admin setting categories
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
-- Move admin_panel settings to system category to make them visible in UI
|
||||||
|
UPDATE admin_settings
|
||||||
|
SET category = 'system'
|
||||||
|
WHERE setting_key IN ('auto_refresh_strategy', 'preserve_interaction_state');
|
||||||
Reference in New Issue
Block a user