Files
nairobi/db/migrate/20160926090107_add_location_to_booths.rb

6 lines
123 B
Ruby

class AddLocationToBooths < ActiveRecord::Migration
def change
add_column :poll_booths, :location, :string
end
end