Browse Source
* failing test to display local authority * passing tests - sadly with not allowed net connections * added relevant tests and tweaked the webmock * shorter output from api * location_admin_district for location * location_admin_district for location * fixed testspull/776/head
J G
2 years ago
committed by
GitHub
11 changed files with 40 additions and 11 deletions
@ -0,0 +1,5 @@ |
|||||||
|
class AddLocationAdminDistrictToLocations < ActiveRecord::Migration[7.0] |
||||||
|
def change |
||||||
|
add_column :locations, :location_admin_district, :string |
||||||
|
end |
||||||
|
end |
Loading…
Reference in new issue