mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 06:51:12 -05:00
7 lines
221 B
SQL
7 lines
221 B
SQL
-- Remove circuit breaker settings from admin_settings
|
|
DELETE FROM admin_settings
|
|
WHERE setting_key IN (
|
|
'circuit_breaker.failure_threshold',
|
|
'circuit_breaker.reset_timeout',
|
|
'circuit_breaker.monitoring_window'
|
|
); |