Add id to geo areas
This commit is contained in:
parent
a005484e38
commit
fcdc0114fd
5 changed files with 14 additions and 4 deletions
5
db/migrate/20181030103913_add_geo_id_to_geo_areas.rb
Normal file
5
db/migrate/20181030103913_add_geo_id_to_geo_areas.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddGeoIdToGeoAreas < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :geo_areas, :geo_reference_id, :string
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue