Skip to content

Internal Release Notes

southeo edited this page Feb 19, 2024 · 2 revisions

This document is intended as an internal release checklist for core DiSSCo developers.

Feb 19, 2024

Enumeration in the Annotations table has changed, so data must be updated:

update annotation set target = target || '{"ods:type":"https://doi.org/21.T11148/894b1e6cad57e921764e"}'
                  where target @> '{"ods:type":"DigtialSpecimen"}';

update annotation set target = target || '{"ods:type":"https://doi.org/21.T11148/bbad8c4e101e8af01115"}'
                  where target @> '{"ods:type":"MediaObject"}';
Clone this wiki locally