diff --git a/app/constants/db_enums.rb b/app/constants/db_enums.rb index 0b2f6ea40..3ea39dcca 100644 --- a/app/constants/db_enums.rb +++ b/app/constants/db_enums.rb @@ -90,7 +90,6 @@ module DbEnums "Bulgaria" => 14, "Romania" => 15, "Ireland" => 17, - "Slovakia" => 9, "Slovenia" => 10, "Croatia" => 16, "Other EU Economic Area (EEA country)" => 11, diff --git a/app/models/case_log.rb b/app/models/case_log.rb index 4d1d40097..c835c129d 100644 --- a/app/models/case_log.rb +++ b/app/models/case_log.rb @@ -38,7 +38,6 @@ class CaseLog < ApplicationRecord include Discard::Model include SoftValidations include DbEnums - require "uk_postcode" default_scope -> { kept } scope :not_completed, -> { where.not(status: "completed") }