mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-15 21:03:21 +00:00
add seed script and use postgres for db
This commit is contained in:
@ -9,8 +9,8 @@ generator client {
|
||||
}
|
||||
|
||||
datasource db {
|
||||
provider = "sqlite"
|
||||
url = "file:./dev.db"
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
model User {
|
||||
|
Reference in New Issue
Block a user