socialforge/db/migrate/20130911140205_add_identity...

6 lines
136 B
Ruby
Raw Normal View History

2013-09-24 09:09:40 +08:00
class AddIdentityToUserExtensions < ActiveRecord::Migration
def change
add_column :user_extensions, :identity, :integer
end
end