- 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>
5 lines
146 B
SQL
5 lines
146 B
SQL
-- 943_create_track_stems_down.sql
|
|
-- Rollback for v0.10.7 F482
|
|
|
|
DROP INDEX IF EXISTS idx_track_stems_track_id;
|
|
DROP TABLE IF EXISTS track_stems;
|