samvera / questioning_authority

Question your authorities
Other
54 stars 30 forks source link

Add version to migrations to support rails >= 5.1 #154

Closed elrayle closed 6 years ago

elrayle commented 6 years ago

For all migrations, this PR adds [4.2] as the version under which the migrations were created. A version number is required for migrations to run under Rails 5.1 and later. It cannot be present in migrations run under Rails < 5.0.

A branch, named stable_1.2_for_rails_4.2 was created to allow bug fixes if needed to be made available for Rails 4.2.

Release 1.2 is the last one that supports Rails 4.2. A release will be made with the migration changes in this PR and released as 1.3. The release notes for both will be updated to reflect the Rails versions supported.