Add tables: track_segment_stats (heatmap), product_views (marketplace conversion), metric_alerts, metric_alert_preferences. Add segment_positions JSONB column to playback_analytics. Co-Authored-By: Claude Opus 4.6 <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;
|