0
customreg created
V7 & v11 Angular
Trying to upgrade a v7 to v11 existing project, some migrations are not in the history table.
The previous dev is not available for context in this situation - however -
The table I'm currently seeing causing a problem is AbpEntityChangeSets.
The migration is not in the history, but the table exists and has data in it.
Am I safe to comment out the everything in UP()?
1 Answer(s)
-
0
It turns out there were migrations that had been applied in the versions between ours and target version (11.4).
We identified those and copied the migrations into our project and it successfully compiled and is partially working.