socialforge/db/migrate/20160415025623_add_changese...

6 lines
130 B
Ruby

class AddChangesetToRepStatics < ActiveRecord::Migration
def change
add_column :rep_statics, :changeset, :integer
end
end