chore(*.sql): use sql-formatter for sql formatting
This commit is contained in:
parent
cf1ee4c97f
commit
1d7f13d1f5
63 changed files with 4432 additions and 2358 deletions
|
@ -1,4 +1,3 @@
|
|||
CREATE TRIGGER mark_scheduled_as_watched
|
||||
AFTER INSERT ON episodes
|
||||
FOR EACH ROW
|
||||
EXECUTE FUNCTION update_scheduled_on_watch();
|
||||
AFTER INSERT ON episodes FOR EACH ROW
|
||||
EXECUTE FUNCTION update_scheduled_on_watch ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue