debian-mirror-gitlab/db/migrate/20130614132337_add_improted_to_project.rb
2014-09-02 14:37:02 +02:00

6 lines
151 B
Ruby

class AddImprotedToProject < ActiveRecord::Migration
def change
add_column :projects, :imported, :boolean, default: false, null: false
end
end