socialforge/db/migrate/20160728041513_add_name_to_...

6 lines
128 B
Ruby

class AddNameToAppliedMessage < ActiveRecord::Migration
def change
add_column :applied_messages, :name, :string
end
end