- Remove old apps/web/e2e/ test suite (replaced by tests/e2e/) - Remove old playwright configs (smoke, storybook, visual, root) - Move down migrations to veza-backend-api/migrations/rollback/ - Remove stale test results and playwright report artifacts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 lines
159 B
SQL
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;
|