🐝 --- Starting database migration... ---------------------------------------------
Environment variables loaded from .env
Prisma schema loaded from ../db/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "127.0.0.1:5432"
Drift detected: Your database schema is not in sync with your migration history.
The following is a summary of the differences between the expected database schema given your migrations files, and the actual schema of the database.
It should be understood as the set of changes to get from the expected schema to the actual schema.
...
...
...
✔ We need to reset the "public" schema at "127.0.0.1:5432"
Do you want to continue? All data will be lost. … no
🐝 --- Starting database migration... ---------------------------------------------
Environment variables loaded from .env
Prisma schema loaded from ../db/schema.prisma
Datasource "db": PostgreSQL database "postgres", schema "public" at "127.0.0.1:5432"
Drift detected: Your database schema is not in sync with your migration history.
The following is a summary of the differences between the expected database schema given your migrations files, and the actual schema of the database.
It should be understood as the set of changes to get from the expected schema to the actual schema.
...
...
...
✔ We need to reset the "public" schema at "127.0.0.1:5432"
Do you want to continue? All data will be lost. … no