#Database requires reset when migrating

3 messages · Page 1 of 1 (latest)

noble bramble
#

When I make a migration, I am prompted with to reset data to complete the migration. Is there any way around this?

tough tundraBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

primal stream
#

This step is often done for data integrity. If the schema changes too much, it is sometimes not possible. I always do a backup beforehand, adjust the inserts and then simply run them through. Sometimes you can also make an adjustment to the schema so that this doesn't happen (this is only difficult if you want to have the 3rd normal form). Depending on the data, maybe work with seeds?