I’m encountering an error ‘OntologyMetadata:TooManySchemaMigrationsForObjectType’ because I have exceeded the maximum number of allowed migrations, which is 50, with a total of 86 migrations. The documentation suggests performing migrations in batches, but I’m unable to save changes when attempting to do so.
I am trying to delete 86 properties from an object because they are not in the backing datasource any longer. I can’t remove 36 and then the other 50, because it won’t let me save while the 50 are still unbacked.