rm: prisma migrations from repo

This commit is contained in:
Louis Auzuret
2022-06-20 15:41:43 +02:00
parent 54658b118b
commit 3359aa504b
2 changed files with 0 additions and 14 deletions
@@ -1,11 +0,0 @@
-- CreateTable
CREATE TABLE "User" (
"id" SERIAL NOT NULL,
"email" TEXT NOT NULL,
"name" TEXT,
CONSTRAINT "User_pkey" PRIMARY KEY ("id")
);
-- CreateIndex
CREATE UNIQUE INDEX "User_email_key" ON "User"("email");
@@ -1,3 +0,0 @@
# Please do not edit this file manually
# It should be added in your version-control system (i.e. Git)
provider = "postgresql"