clarion/db/migrate/20151021190854_add_language...

6 lines
126 B
Ruby
Raw Normal View History

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