Bike!Bike! Website!

6 lines
116 B

class AddValueToVersions < ActiveRecord::Migration
def change
add_column :versions, :value, :string
end
end