Skip to content

Commit 50e8996

Browse files
authored
Update schema.prisma
1 parent 5602e9a commit 50e8996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prisma/schema.prisma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generator client {
66
}
77

88
datasource db {
9-
provider = "postgresql"
9+
provider = "mongodb"
1010
url = env("DATABASE_URL")
1111
}
1212

@@ -17,4 +17,4 @@ model Task {
1717
priority String @default("low")
1818
createdAt DateTime @default(now())
1919
updatedAt DateTime @updatedAt
20-
}
20+
}

0 commit comments

Comments
 (0)