summaryrefslogtreecommitdiff
path: root/db/migrate/20170124193147_add_two_factor_columns_to_namespaces.rb
Commit message (Collapse)AuthorAgeFilesLines
* Prevent update_column_in_batches on large tablesSean McGivern2017-11-171-1/+1
| | | | | | | | | | add_column_with_default is implemented in terms of update_column_in_batches, but update_column_in_batches can be used independently. Neither of these should be used on the specified large tables, because they will cause issues on large instances like GitLab.com. This also ignores the cop for all existing migrations, renaming AddColumnWithDefaultToLargeTable where appropriate.
* Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrationsrs-add_column_with_default_copsRobert Speicher2017-04-281-0/+1
|
* Fixed rubocop failure for the add_two_factor_columns_migrationrubocop-fix-migration-two-factor-columnsJose Ivan Vargas2017-04-061-1/+1
|
* Support 2FA requirement per-groupMarkus Koller2017-04-061-0/+21