update migrations

This commit is contained in:
EGOIST 2022-05-11 17:36:25 +08:00
parent 825a919084
commit f12a018544
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- AlterTable
ALTER TABLE "login_tokens" ADD COLUMN "subscribeForm" JSONB;
-- AlterTable
ALTER TABLE "pages" ADD COLUMN "subscribersNotifiedAt" TIMESTAMP(3);