clarion/db/migrate/20151021190854_add_language_to_volunteers.rb
2015-10-21 23:19:53 +03:00

6 lines
126 B
Ruby

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