How to add new schema with multiSchema feature without database reset
When adding a new empty schema to out
prisma.schema
migration detects a drift and asks us to drop the database even though nothing else has changed. How can I add a new empty schema without dropping all the data?
0 Replies