mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 10:51:13 -05:00
4 lines
200 B
SQL
4 lines
200 B
SQL
-- 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'); |