update migrations
This commit is contained in:
parent
825a919084
commit
f12a018544
|
|
@ -0,0 +1,5 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "login_tokens" ADD COLUMN "subscribeForm" JSONB;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "pages" ADD COLUMN "subscribersNotifiedAt" TIMESTAMP(3);
|
||||
Loading…
Reference in New Issue