clarion/db/migrate/20151021190854_add_language_to_volunteers.rb
2019-04-28 11:56:16 +03:00

6 lines
131 B
Ruby

class AddLanguageToVolunteers < ActiveRecord::Migration[4.2]
def change
add_column :volunteers, :language, :string
end
end