glottolog / glottolog-legacy

DEPRECATED. See https://github.com/clld/glottolog
12 stars 11 forks source link

Fix ValueSet ids #75

Closed xrotwang closed 7 years ago

xrotwang commented 9 years ago

For update 2.6 we used an inconsistent naming scheme for ValueSet.id, which should be fixed, cf

glottolog3=# select count(*) from valueset where id like 'family%';
-[ RECORD 1 ]
count | 8

Time: 14.936 ms
glottolog3=# select count(*) from valueset where id like 'fc%';
-[ RECORD 1 ]
count | 23508

Time: 20.472 ms
glottolog3=# select count(*) from valueset where id like 'subclassification%';
-[ RECORD 1 ]
count | 199

Time: 8.826 ms
glottolog3=# select count(*) from valueset where id like 'sc%';
-[ RECORD 1 ]
count | 23508