rosa-build/db/migrate/20140113215223_add_architec...

6 lines
178 B
Ruby
Raw Normal View History

class AddArchitectureDependentToProject < ActiveRecord::Migration
def change
2014-01-21 04:51:49 +00:00
add_column :projects, :architecture_dependent, :boolean, default: false, null: false
end
end