Closed kf106 closed 1 year ago
Requires the following:
.env should contain:
DATABASE_URL="postgresql://username:password@localhost:5432/database?connection_limit=1"
TEST_DATABASE_URL="postgresql://username:password@localhost:5432/database?connection_limit=1"
Then run yarn redwood prisma migrate dev
Note that for some bizarre reason Redwood deletes all the data in all your tables.
I think we're good on this now, I close the issue.
Readme needs instructions for database configuration and .env value