watch/sql/select_viewings.sql
Thomas Gideon b2e55008dd Add ability to watch an episode
- Migration for new backing table.
- CRUD server functions, new components to display and interact.
2024-09-14 18:33:50 -04:00

3 lines
44 B
SQL

select *
from viewing
where series_id = $1;