diff --git a/config/sale_range_data/2023.csv b/config/sale_range_data/2023.csv index ebe873c07..0106122d8 100644 --- a/config/sale_range_data/2023.csv +++ b/config/sale_range_data/2023.csv @@ -87,10 +87,10 @@ Boston,E07000136,1,58000,258000 Boston,E07000136,2,58000,258000 Boston,E07000136,3,111000,308000 Boston,E07000136,4,212000,510000 -Bournemouth, Christchurch and Poole,E06000058,1,140000,500000 -Bournemouth, Christchurch and Poole,E06000058,2,197000,500000 -Bournemouth, Christchurch and Poole,E06000058,3,285000,657000 -Bournemouth, Christchurch and Poole,E06000058,4,370000,1321000 +"Bournemouth, Christchurch and Poole",E06000058,1,140000,500000 +"Bournemouth, Christchurch and Poole",E06000058,2,197000,500000 +"Bournemouth, Christchurch and Poole",E06000058,3,285000,657000 +"Bournemouth, Christchurch and Poole",E06000058,4,370000,1321000 Bracknell Forest,E06000036,1,95000,488000 Bracknell Forest,E06000036,2,157000,488000 Bracknell Forest,E06000036,3,341000,654000 @@ -119,10 +119,10 @@ Brighton and Hove,E06000043,1,185000,526000 Brighton and Hove,E06000043,2,270000,610000 Brighton and Hove,E06000043,3,350000,846000 Brighton and Hove,E06000043,4,458000,1487000 -Bristol, City of,E06000023,1,145000,417000 -Bristol, City of,E06000023,2,184000,562000 -Bristol, City of,E06000023,3,242000,685000 -Bristol, City of,E06000023,4,331000,1394000 +"Bristol, City of",E06000023,1,145000,417000 +"Bristol, City of",E06000023,2,184000,562000 +"Bristol, City of",E06000023,3,242000,685000 +"Bristol, City of",E06000023,4,331000,1394000 Broadland,E07000144,1,126000,334000 Broadland,E07000144,2,140000,334000 Broadland,E07000144,3,225000,433000 @@ -459,10 +459,10 @@ Havering,E09000016,1,137000,472000 Havering,E09000016,2,204000,481000 Havering,E09000016,3,336000,657000 Havering,E09000016,4,412000,1232000 -Herefordshire, County of,E06000019,1,98000,419000 -Herefordshire, County of,E06000019,2,105000,419000 -Herefordshire, County of,E06000019,3,162000,499000 -Herefordshire, County of,E06000019,4,283000,885000 +"Herefordshire, County of",E06000019,1,98000,419000 +"Herefordshire, County of",E06000019,2,105000,419000 +"Herefordshire, County of",E06000019,3,162000,499000 +"Herefordshire, County of",E06000019,4,283000,885000 Hertsmere,E07000098,1,178000,666000 Hertsmere,E07000098,2,316000,666000 Hertsmere,E07000098,3,440000,918000 @@ -515,10 +515,10 @@ King's Lynn and West Norfolk,E07000146,1,77000,346000 King's Lynn and West Norfolk,E07000146,2,123000,346000 King's Lynn and West Norfolk,E07000146,3,161000,408000 King's Lynn and West Norfolk,E07000146,4,243000,778000 -Kingston upon Hull, City of,E06000010,1,63000,189000 -Kingston upon Hull, City of,E06000010,2,67000,189000 -Kingston upon Hull, City of,E06000010,3,84000,259000 -Kingston upon Hull, City of,E06000010,4,110000,415000 +"Kingston upon Hull, City of",E06000010,1,63000,189000 +"Kingston upon Hull, City of",E06000010,2,67000,189000 +"Kingston upon Hull, City of",E06000010,3,84000,259000 +"Kingston upon Hull, City of",E06000010,4,110000,415000 Kingston upon Thames,E09000021,1,156000,649000 Kingston upon Thames,E09000021,2,325000,708000 Kingston upon Thames,E09000021,3,398000,935000 diff --git a/db/schema.rb b/db/schema.rb index bc7a504a7..2880ecd2d 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -522,14 +522,14 @@ ActiveRecord::Schema[7.0].define(version: 2023_03_01_144555) do t.integer "old_persons_shared_ownership_value_check" t.integer "staircase_bought_value_check" t.integer "monthly_charges_value_check" - t.integer "saledate_check" t.integer "details_known_5" t.integer "details_known_6" + t.integer "saledate_check" + t.integer "prevshared" + t.integer "staircasesale" t.integer "ethnic_group2" t.integer "ethnicbuy2" t.integer "proplen_asked" - t.integer "prevshared" - t.integer "staircasesale" t.string "old_id" t.integer "pregblank" t.index ["bulk_upload_id"], name: "index_sales_logs_on_bulk_upload_id" diff --git a/db/seeds.rb b/db/seeds.rb index 10823c62d..341677b27 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -324,6 +324,5 @@ unless Rails.env.test? service.call end end - puts LaSaleRange.count end # rubocop:enable Rails/Output