Yimaru-BackEnd/db/migrations/000073_user_video_watch_sessions.down.sql
Yared Yemane 3f73afb4bf Add video engagement tracking and analytics metrics.
Record playback heartbeats via POST /api/v1/videos/engagement/heartbeat and expose completion, replay, and drop-off rates on the analytics dashboard.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-24 02:59:46 -07:00

2 lines
48 B
SQL

DROP TABLE IF EXISTS user_video_watch_sessions;