debian-mirror-gitlab/db/migrate/20160407120251_add_images_enabled_for_project.rb

7 lines
168 B
Ruby
Raw Normal View History

# rubocop:disable all
2016-06-02 11:05:42 +05:30
class AddImagesEnabledForProject < ActiveRecord::Migration
def change
add_column :projects, :container_registry_enabled, :boolean
end
end