- 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>
6 lines
243 B
SQL
6 lines
243 B
SQL
-- 078_add_missing_indexes_down.sql
|
|
-- Rollback: drop indexes added in 078
|
|
|
|
DROP INDEX IF EXISTS public.idx_tracks_file_id;
|
|
DROP INDEX IF EXISTS public.idx_tracks_cover_art_file_id;
|
|
DROP INDEX IF EXISTS public.idx_messages_attachment_file_id;
|