Upgrade redwood to 0.25.0
changes from sql to postgress for dev, super stressful
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
datasource DS {
|
||||
provider = ["sqlite", "postgresql"]
|
||||
provider = "postgresql"
|
||||
url = env("DATABASE_URL")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user