Add remove_concurrent_index to database helper
显示
- db/migrate/20170216141440_drop_index_for_builds_project_status.rb 1 个添加, 0 个删除...te/20170216141440_drop_index_for_builds_project_status.rb
- db/migrate/20170222143500_remove_old_project_id_columns.rb 1 个添加, 0 个删除db/migrate/20170222143500_remove_old_project_id_columns.rb
- db/migrate/20170313213916_add_index_to_user_ghost.rb 1 个添加, 0 个删除db/migrate/20170313213916_add_index_to_user_ghost.rb
- doc/development/migration_style_guide.md 14 个添加, 2 个删除doc/development/migration_style_guide.md
- generator_templates/active_record/migration/create_table_migration.rb 8 个添加, 6 个删除...mplates/active_record/migration/create_table_migration.rb
- generator_templates/active_record/migration/migration.rb 8 个添加, 6 个删除generator_templates/active_record/migration/migration.rb
- generator_templates/rails/post_deployment_migration/migration.rb 8 个添加, 6 个删除...or_templates/rails/post_deployment_migration/migration.rb
- lib/gitlab/database/migration_helpers.rb 24 个添加, 0 个删除lib/gitlab/database/migration_helpers.rb
- rubocop/cop/migration/add_concurrent_index.rb 1 个添加, 1 个删除rubocop/cop/migration/add_concurrent_index.rb
- rubocop/cop/migration/remove_concurrent_index.rb 29 个添加, 0 个删除rubocop/cop/migration/remove_concurrent_index.rb
- rubocop/cop/migration/remove_index.rb 26 个添加, 0 个删除rubocop/cop/migration/remove_index.rb
- rubocop/rubocop.rb 2 个添加, 0 个删除rubocop/rubocop.rb
- spec/lib/gitlab/database/migration_helpers_spec.rb 42 个添加, 0 个删除spec/lib/gitlab/database/migration_helpers_spec.rb
- spec/rubocop/cop/migration/remove_concurrent_index_spec.rb 41 个添加, 0 个删除spec/rubocop/cop/migration/remove_concurrent_index_spec.rb
- spec/rubocop/cop/migration/remove_index_spec.rb 35 个添加, 0 个删除spec/rubocop/cop/migration/remove_index_spec.rb
加载中
想要评论请 注册 或 登录