refactor: switch to postgres instead of sqlite
This commit is contained in:
parent
fc2bc5d1b7
commit
5aa92be838
@ -1,12 +1,9 @@
|
||||
// This is your Prisma schema file,
|
||||
// learn more about it in the docs: https://pris.ly/d/prisma-schema
|
||||
|
||||
generator client {
|
||||
provider = "prisma-client-js"
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "sqlite"
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user