Disable Migration/UpdateColumnInBatches for old migrations
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
187e6c8d7c
commit
b8b9ed55df
11 changed files with 10 additions and 9 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class SetMissingStageOnCiBuilds < ActiveRecord::Migration
|
class SetMissingStageOnCiBuilds < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class DropAndReaddHasExternalWikiInProjects < ActiveRecord::Migration
|
class DropAndReaddHasExternalWikiInProjects < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class SetConfidentialIssuesEventsOnWebhooks < ActiveRecord::Migration
|
class SetConfidentialIssuesEventsOnWebhooks < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class AddTypeToLabels < ActiveRecord::Migration
|
class AddTypeToLabels < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class MakeProjectOwnersMasters < ActiveRecord::Migration
|
class MakeProjectOwnersMasters < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class RenameSlackAndMattermostNotificationServices < ActiveRecord::Migration
|
class RenameSlackAndMattermostNotificationServices < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
# for more information on how to write migrations for GitLab.
|
|
||||||
|
|
||||||
class MigrateAssignees < ActiveRecord::Migration
|
class MigrateAssignees < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
# for more information on how to write migrations for GitLab.
|
|
||||||
|
|
||||||
class ResetUsersAuthorizedProjectsPopulated < ActiveRecord::Migration
|
class ResetUsersAuthorizedProjectsPopulated < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
# for more information on how to write migrations for GitLab.
|
|
||||||
|
|
||||||
class ResetRelativePositionForIssue < ActiveRecord::Migration
|
class ResetRelativePositionForIssue < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# rubocop:disable Migration/UpdateColumnInBatches
|
||||||
class EnableAutoCancelPendingPipelinesForAll < ActiveRecord::Migration
|
class EnableAutoCancelPendingPipelinesForAll < ActiveRecord::Migration
|
||||||
include Gitlab::Database::MigrationHelpers
|
include Gitlab::Database::MigrationHelpers
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue