vivaplusdl/migrations/6_add_watch_progress.sql
Sebastiaan de Schaetzen e0e8f8742c
All checks were successful
Build / build (push) Successful in 2m29s
Add watch progress feature to video model and UI
2025-06-17 20:05:40 +02:00

2 lines
51 B
SQL

ALTER TABLE videos ADD COLUMN watch_progress REAL;