watch/sql/insert_viewing.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

1 line
85 B
SQL

insert into viewing (series_id, season, episode, "comment") values ($1, $2, $3, $4);