clarion/db/migrate/20151021190854_add_language...

6 lines
131 B
Ruby
Raw Permalink Normal View History

class AddLanguageToVolunteers < ActiveRecord::Migration[4.2]
2015-10-21 23:13:39 +03:00
def change
add_column :volunteers, :language, :string
end
end