CartoDB / data-services

CARTO internal geocoder PostgreSQL extension
25 stars 11 forks source link

Add Republic of the Congo to synonym additions #217

Closed iriberri closed 8 years ago

iriberri commented 8 years ago

Fixes #216

In a "patch" way:

INSERT INTO admin0_synonyms (name, rank, adm0_a3) VALUES ('Republic of the Congo', 10, 'COG')
rafatower commented 8 years ago

Actually, as per the new deploy process IMHO there should've been a .sql patch file with the intended update. See https://github.com/CartoDB/data-services/blob/master/geocoder/geocoder_download_dumps as a refresher.

rafatower commented 8 years ago

I think we shall create a directory of patches to build the version 0.0.2 out of the base dumps in 0.0.1 plus the patches (just a few inserts and/or updates). What do you think?

iriberri commented 8 years ago

@rafatower I couldn't agree with you more. For the moment I'm keeping the record of the patched and they're listed in the corresponding issues. The "problem" is that we don't have the process defined at all so I'm really waiting to be able to get my hands on https://github.com/CartoDB/dataservices-api/issues/98