chore: add missing migrations

This commit is contained in:
Mythie
2023-09-27 16:53:22 +10:00
parent e14f96485c
commit 5e00df1fba

View File

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