BigW Consortium Gitlab

20130614132337_add_improted_to_project.rb 173 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6
class AddImprotedToProject < ActiveRecord::Migration
  def change
    add_column :projects, :imported, :boolean, default: false, null: false
  end
end