chore: add missing migrations

This commit is contained in:
Mythie
2023-09-27 16:53:22 +10:00
parent a20b1e2f6a
commit 7bd847c0d3
3 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DROP TABLE IF EXISTS "PasswordResetToken" CASCADE;
-- CreateTable
CREATE TABLE "PasswordResetToken" (
"id" SERIAL NOT NULL,