Sha256: 539c63a1d46ccec754fc13307f429e21ca4c61594d2cb17518bb18c9374e3e5d

Contents?: true

Size: 750 Bytes

Versions: 1

Compression:

Stored size: 750 Bytes

Contents

# Checks for methods that may lead to batch type issues on a table that's been
# explicitly denied because of its size.
#
# Even though these methods perform functions to avoid
# downtime, using it with tables with millions of rows still causes a
# significant delay in the deploy process and is best avoided.
#
# See https://gitlab.com/gitlab-com/infrastructure/issues/1602 for more
# information.
# The default can be changed as follows:
#     Migration/UpdateLargeTable:
#       DeniedTables:
#         - :usage_data
#         - :version_checks
#       DeniedMethods:
#         - :add_column_with_default
#         - :change_column_type_concurrently
#         - :rename_column_concurrently
#         - :update_column_in_batches

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-digitalhospital-0.3.0 rubocop-migrations.yml