ehodges
04/27/2021, 10:25 PMnpx prisma migrate dev --schema=./prisma/schema.prisma
showing that it tries to connect to an older DB:
✔️ Drift detected: Your database schema is not in sync with your migration history.
We need to reset the PostgreSQL database "next-auth-test" at "localhost:5432".
Do you want to continue? All data will be lost.
How do I fix this?yoenho park
04/27/2021, 11:28 PMehodges
04/28/2021, 10:48 PM