4.0.5: Добавлен covering index для reward_configs
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m28s

This commit is contained in:
poignatov
2026-01-26 18:20:52 +03:00
parent 6bea094b7f
commit 41aed56689
4 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
-- Rollback migration: Remove covering index for reward_configs
DROP INDEX IF EXISTS idx_reward_configs_task_id_covering;