Skip to content

Commit 9986690

Browse files
committed
Modify Account table structure in migration.sql
Removed unnecessary columns from the Account table.
1 parent 3583541 commit 9986690

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/api/prisma/migrations/20251014050423_init/migration.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ CREATE TABLE "User" (
2020

2121
-- CreateTable
2222
CREATE TABLE "Account" (
23-
"id" TEXT NOT NULL,
24-
"userId" TEXT NOT NULL,
25-
"type" TEXT NOT NULL,
26-
"provider" TEXT NOT NULL,
2723
"providerAccountId" TEXT NOT NULL,
2824
"refresh_token" TEXT,
2925
"access_token" TEXT,

0 commit comments

Comments
 (0)