BigW Consortium Gitlab

20130614132337_add_improted_to_project.rb 151 Bytes
class AddImprotedToProject < ActiveRecord::Migration
  def change
    add_column :projects, :imported, :boolean, default: false, null: false
  end
end