socialforge/db/migrate/20160729124038_add_role_to_...

6 lines
129 B
Ruby

class AddRoleToAppliedMessage < ActiveRecord::Migration
def change
add_column :applied_messages, :role, :integer
end
end