socialforge/db/migrate/20131021024144_add_descript...

6 lines
125 B
Ruby
Raw Normal View History

2013-10-24 08:24:56 +08:00
class AddDescriptionToShare < ActiveRecord::Migration
def change
# add_column :shares, :description, :string
2013-10-24 08:24:56 +08:00
end
end