- 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>
8 lines
301 B
SQL
8 lines
301 B
SQL
-- Rollback Migration 946: Advanced Analytics v0.11.1 (F396-F399)
|
|
|
|
ALTER TABLE playback_analytics DROP COLUMN IF EXISTS segment_positions;
|
|
|
|
DROP TABLE IF EXISTS metric_alert_preferences;
|
|
DROP TABLE IF EXISTS metric_alerts;
|
|
DROP TABLE IF EXISTS product_views;
|
|
DROP TABLE IF EXISTS track_segment_stats;
|