feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
4
queries/triggers/mark_scheduled_as_watched.psql
Normal file
4
queries/triggers/mark_scheduled_as_watched.psql
Normal file
|
@ -0,0 +1,4 @@
|
|||
CREATE TRIGGER mark_scheduled_as_watched
|
||||
AFTER INSERT ON episodes
|
||||
FOR EACH ROW
|
||||
EXECUTE FUNCTION update_scheduled_on_watch();
|
Loading…
Add table
Add a link
Reference in a new issue