Fix: Update admin setting categories

This commit is contained in:
gpt-engineer-app[bot]
2025-10-12 15:06:43 +00:00
parent aff3581eaf
commit 420ec2ffad

View File

@@ -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');