Commit c0ef6dc7 authored by Valery Sizov's avatar Valery Sizov

Satisfy rubocop[ci skip]

parent ed49069b
# rubocop:disable Migration/RemoveColumn
class RemoveColumnsForServices < ActiveRecord::Migration class RemoveColumnsForServices < ActiveRecord::Migration
def change def change
remove_column :services, :username, :string remove_column :services, :username, :string
......
# rubocop:disable Migration/RemoveColumn
class RemoveOldFieldsFromNamespace < ActiveRecord::Migration class RemoveOldFieldsFromNamespace < ActiveRecord::Migration
def up def up
remove_column :namespaces, :ldap_cn remove_column :namespaces, :ldap_cn
......
# rubocop:disable Migration/RemoveColumn
class RenameHeaderFieldOnAppearrance < ActiveRecord::Migration class RenameHeaderFieldOnAppearrance < ActiveRecord::Migration
def up def up
unless column_exists?(:appearances, :header_logo) unless column_exists?(:appearances, :header_logo)
......
# Migration type: online without errors (works on previous version and new one) # Migration type: online without errors (works on previous version and new one)
# rubocop:disable Migration/Datetime # rubocop:disable Migration/Datetime
# rubocop:disable Migration/RemoveColumn
class RemoveLastLdapSyncStatusFromGroups < ActiveRecord::Migration class RemoveLastLdapSyncStatusFromGroups < ActiveRecord::Migration
DOWNTIME = false DOWNTIME = false
......
# rubocop:disable Migration/RemoveColumn
# rubocop:disable Migration/UpdateColumnInBatches # rubocop:disable Migration/UpdateColumnInBatches
class ConvertApplicationSettingsRepositorySizeLimitToBytes < ActiveRecord::Migration class ConvertApplicationSettingsRepositorySizeLimitToBytes < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
......
# rubocop:disable Migration/UpdateColumnInBatches # rubocop:disable Migration/UpdateColumnInBatches
# rubocop:disable Migration/UpdateLargeTable # rubocop:disable Migration/UpdateLargeTable
# rubocop:disable Migration/RemoveColumn
class ConvertProjectsRepositorySizeLimitToBytes < ActiveRecord::Migration class ConvertProjectsRepositorySizeLimitToBytes < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
......
# rubocop:disable Migration/RemoveColumn
# rubocop:disable Migration/UpdateColumnInBatches # rubocop:disable Migration/UpdateColumnInBatches
# rubocop:disable Migration/UpdateLargeTable # rubocop:disable Migration/UpdateLargeTable
class ConvertNamespacesRepositorySizeLimitToBytes < ActiveRecord::Migration class ConvertNamespacesRepositorySizeLimitToBytes < ActiveRecord::Migration
......
# rubocop:disable Migration/RemoveColumn
class RemoveOldElasticsearchSettings < ActiveRecord::Migration class RemoveOldElasticsearchSettings < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
......
# rubocop:disable Migration/RemoveColumn
class RemoveServiceDeskMailKeyFromProjects < ActiveRecord::Migration class RemoveServiceDeskMailKeyFromProjects < ActiveRecord::Migration
DOWNTIME = false DOWNTIME = false
......
# rubocop:disable Migration/RemoveColumn
# See http://doc.gitlab.com/ce/development/migration_style_guide.html # See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab. # for more information on how to write migrations for GitLab.
......
# rubocop:disable Migration/RemoveColumn
class DropUnnecessaryTimestampColumnsInGeoEventTables < ActiveRecord::Migration class DropUnnecessaryTimestampColumnsInGeoEventTables < ActiveRecord::Migration
include Gitlab::Database::MigrationHelpers include Gitlab::Database::MigrationHelpers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment