summaryrefslogtreecommitdiff
path: root/db/migrate/20130218141344_convert_closed_to_state_in_milestone.rb
Commit message (Collapse)AuthorAgeFilesLines
* removes redundant code from database.rb29056-backport-ee-cleanup-database-fileTiago Botelho2017-04-111-1/+1
|
* 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-7/+11
| | | | Closes #14694.
* Data converting migrations was wrong. FixedAndrew8xx82013-02-271-3/+3
|
* Migrations iprovedAndrew8xx82013-02-191-8/+3
|
* Migrations refactored ro support data convertionAndrew8xx82013-02-181-0/+19