jbrzusto / TO_DO

sensorgnome / motus TODO list for jbrzusto
0 stars 0 forks source link

Selva project: register tags 292-302 BI 14.8 #36

Closed jbrzusto closed 8 years ago

jbrzusto commented 8 years ago

There are tags with the same IDs registered with BI 10.7, and those above were not named with augmented IDs, (e.g. 292.1, 292.1, etc), so the registration code failed to process them, and I didn't notice!

Registrations are in the file /SG/contrib/2016/Selva/TAGS/SELVA.zip

jbrzusto commented 8 years ago

Tags are already in motus, so need to have mfgID field changed there:

update tags set mfgID = mfgID || '.1' where projectID=57 and tagID >= 18540 and tagID <= 18550;

as well as changes on sensorgnome.org side

denislepage commented 8 years ago

all done