A follow on. Since I do not see a successful change for the isActive field on the user table I attempted to apply one of the unsuccessful changes in the Change history. When I do, I get a totally unrelated error message about creating the rolepermissions table.
I then look at the two change files and notice that each has lumped the creation of the rolepermissions into the changes that should only have the isActive field as the change. I can even see in the “Add fields to role table” where those two fields were created, so why are they being added again in the change where I only added the isActive field?
Here’s the first change adding the mutli-reference fields
Here’s the next change that should only have the isActive field on user table
Here’s the next change that should again only have the isActive field on the user table
But where is the change for the successful addition of the isActive field?