This PR adds the StateCountrySyncable module to the HistoricalFact model. This will update state_name and country_name to keep them in sync with state_code and country_code, respectively.
We will need to manually update existing records in the database.
This PR adds the StateCountrySyncable module to the HistoricalFact model. This will update
state_name
andcountry_name
to keep them in sync withstate_code
andcountry_code
, respectively.We will need to manually update existing records in the database.