veza/veza-backend-api/migrations/940_performance_indexes_v0951_down.sql
senke da837fc085
Some checks failed
Backend API CI / test-unit (push) Failing after 0s
Backend API CI / test-integration (push) Failing after 0s
chore(release): v0.951 — Loadtest (500 req/s, 1000 WS, 50 uploads, perf indexes)
2026-03-02 19:22:38 +01:00

3 lines
159 B
SQL

-- v0.951: Rollback performance indexes
DROP INDEX IF EXISTS public.idx_products_status_created_at;
DROP INDEX IF EXISTS public.idx_products_seller_id_status;