- 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>
7 lines
298 B
SQL
7 lines
298 B
SQL
-- Rollback migration 945: Creator Analytics v0.11.0
|
|
|
|
ALTER TABLE track_plays DROP COLUMN IF EXISTS country_code;
|
|
ALTER TABLE track_plays DROP COLUMN IF EXISTS source;
|
|
DROP TABLE IF EXISTS geographic_play_stats;
|
|
DROP TABLE IF EXISTS track_discovery_sources;
|
|
DROP TABLE IF EXISTS daily_track_stats;
|