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