summaryrefslogtreecommitdiff
path: root/db/migrate/20130218141327_convert_closed_to_state_in_merge_request.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable RuboCop for migrationsenable-rubocop-for-migrationsSean McGivern2016-06-091-0/+1
| | | | | | | Migrations shouldn't fail RuboCop checks - especially lint checks, such as the nested method check. To avoid changing code in existing migrations, add the magic comment to the top of each of them to skip that file.
* Use raw SQL instead of Rails models in migrations where appropriaters-fix-migrationsRobert Speicher2016-03-281-9/+13
| | | | Closes #14694.
* Data converting migrations was wrong. FixedAndrew8xx82013-02-271-3/+3
|
* Fix merge request migration for postgresDmitriy Zaporozhets2013-02-251-5/+5
|
* Migrations iprovedAndrew8xx82013-02-191-18/+5
|
* Migrations refactored ro support data convertionAndrew8xx82013-02-181-0/+29