chore: add missing migrations
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user