- 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>
4 lines
193 B
SQL
4 lines
193 B
SQL
-- v0.12.2: Rollback distribution platforms
|
|
DROP TABLE IF EXISTS external_streaming_royalties;
|
|
DROP TABLE IF EXISTS track_distribution_status_history;
|
|
DROP TABLE IF EXISTS track_distributions;
|