BigW Consortium Gitlab

20160407120251_add_images_enabled_for_project.rb 168 Bytes
# rubocop:disable all
class AddImagesEnabledForProject < ActiveRecord::Migration
  def change
    add_column :projects, :container_registry_enabled, :boolean
  end
end