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
For update 2.6 we used an inconsistent naming scheme for
ValueSet.id
, which should be fixed, cf