Commit f50dcb09 authored by Vijay Hawoldar's avatar Vijay Hawoldar

Add enable_lock_retries to migration

parent 56c0aa26
# frozen_string_literal: true
class AddContainerRegistrySizeToProjectStatistics < Gitlab::Database::Migration[1.0]
enable_lock_retries!
def change
add_column :project_statistics, :container_registry_size, :bigint, default: 0, null: false
end
......
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