Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a patch to ActiveRecord::Migration
This patch does two things. 1. It adds migration versions to MiqRegion#ran_migrations as they are completed 2. It halts the global region migration process if the changes from the same migration in all the remote regions have not been replicated This combination will allow us to ensure that the global region will never attempt to replicate data which would be inconsistent with the current schema. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1601015
- Loading branch information