diff --git a/migrations/1_init.sql b/migrations/1_init.sql index 1be674a..ebcab32 100644 --- a/migrations/1_init.sql +++ b/migrations/1_init.sql @@ -47,4 +47,6 @@ AFTER UPDATE OF is_approved ON "request" WHEN new.is_approved = 1 BEGIN UPDATE user SET can_download = 1 WHERE user.id = new.requested_by; -END; \ No newline at end of file +END; + +-- TODO: add dialog start table \ No newline at end of file