Files
geo/server/migrations/20260505213000_generation_task_state_check_indexes.down.sql
T
root 65e9b7e293
Deployment Config CI / Deployment Config (push) Successful in 24s
Backend CI / Backend (push) Successful in 14m12s
harden article generation reliability
2026-05-05 23:43:10 +08:00

3 lines
134 B
SQL

DROP INDEX IF EXISTS idx_generation_tasks_recent_completed_state_check;
DROP INDEX IF EXISTS idx_generation_tasks_active_state_check;