socialforge/db/migrate/20170328065349_modify_shixu...

11 lines
204 B
Ruby

class ModifyShixun < ActiveRecord::Migration
def up
remove_column :shixuns, :parent_id
remove_column :shixuns, :forked_form
remove_column :shixuns, :forked_count
end
def down
end
end