summaryrefslogtreecommitdiff
path: root/db/post_migrate/20171101134435_remove_ref_fetched_from_merge_requests.rb
Commit message (Collapse)AuthorAgeFilesLines
* Squash old migrationsNick Thomas2019-07-021-14/+0
| | | | Use the `squasher` gem to squash migrations older than the start of 2018
* Add version 4.2 to all existing migrationsjprovazn-versioned-migrationsJan Provaznik2018-11-221-1/+1
| | | | | | | | | DB schema generated by a migration may look different in rails 4 and 5 (because rails 5 may use different default values). For this reason it's important to explicitly set for which rails version a migration was written for. See https://stackoverflow.com/questions/35929869/activerecordmigration-deprecation-warning-asks-for-rails-version-but-im-no/35930912#35930912
* make the migration reversiblemicael.bergeron2017-11-031-1/+1
|
* add changelog and move migration to post_migratemicael.bergeron2017-11-031-0/+14