summaryrefslogtreecommitdiff
path: root/lib/gitlab/database/migration_helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed old comment from update_column_in_batchesfix-migration-helper-race-conditionsYorick Peterse2016-06-131-2/+0
* Update columns in batches until no rows are leftYorick Peterse2016-06-131-2/+5
* Handle NULL migration errors in migration helpersYorick Peterse2016-06-131-2/+2
* change add_concurrent_index function argumentsissue_3359Felipe Artur2016-06-061-7/+3
* Add index to notification settingsFelipe Artur2016-06-031-1/+5
* Extend comment for migrations helper MySQL fixGrzegorz Bizon2016-05-221-1/+8
* Add MySQL compatibility fix in migration helpersGrzegorz Bizon2016-05-221-1/+2
* Removed outdated comment from migration helpersfix-migration-helper-commentYorick Peterse2016-05-191-1/+1
* Remove left-over use of strip_heredocYorick Peterse2016-05-191-1/+1
* Removed stray strip_heredoc from migration helpersYorick Peterse2016-05-131-1/+1
* Fixed styling per Rubocop pedanticsYorick Peterse2016-05-121-1/+3
* Added helper methods for database migrationsYorick Peterse2016-05-121-0/+132