You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Due to a bug in the admin0_synonyms table creation, there was a problem with some data that we spotted in the last weeks.
The script for admin0_synonyms has been fixed, and the way to go from the initial data to this "new version" is just:
DELETEFROM admin0_synonyms WHERE rank =8AND char_length(name_) <4
I guess this requires to give name to this new data version. Initial one was named 0.0.1. The only file affected is admin0_synonyms.sql, the rest is the same.
The tasks that come to my mind to do this are:
Create new folder in bucket for this new data version.
Given that the changes are only on admin0_synonyms.sql, it would be nice to redirect to the files in 0.0.1 for the rest of dumps so that we don't occupy extra space in the bucket for files that are literally the same.
Create an SQL patch to migrate 0.0.1 data to this new version. (The required SQL is the line noted above).
It's the first time we need to version this afaik, so there's no really any process setup for this yet in terms of where to locate this patch and so on. Perhaps it does not even make sense to load new data in the bucket as far as we have the patch to create it, as it can be considered a "minor" version.