Changes between Version 1 and Version 8 of Ticket #2321
- Timestamp:
- May 16, 2024, 1:19:04 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2321 – Description
v1 v8 45 45 || **!AnnotationSets** || **Comment** || 46 46 || id || Keep || 47 || version || Keep||47 || version || +1 || 48 48 || item_type || Change 264 (=RAWBIOASSAY) to 268 (=DERIVEDBIOASSAY) || 49 49 || item_id || Change to new id || 50 50 51 NOTE! Cached annotations (in the `static.cache/snapshots-v5` directory) must be deleted. The simplest thing is to delete the entire directory and everything in it.51 NOTE! Cached annotations (in the `static.cache/snapshots-v5` directory) must be deleted. ~~~The simplest thing is to delete the entire directory and everything in it.~~~ It is easy to delete from the code since we already have `SnapshotManager.removeSnapshots()` method. 52 52 53 NOTE! Annotation types that are enabled for raw bioassays but not derived bioassays need to be updated. We can either let the admin handle that manually or it might be possible toimplement this in the tool as well. We would need to insert an entry into the !AnnotationTypeItems table for each annotation type:53 NOTE! Annotation types that are enabled for raw bioassays but not derived bioassays need to be updated. We can implement this in the tool as well. We would need to insert an entry into the !AnnotationTypeItems table for each annotation type: 54 54 55 55 || **!AnnotationTypeItems** || **Comment** || … … 63 63 || **!FileSets** || **Comment** || 64 64 || id || Keep || 65 || version || Keep||65 || version || +1 || 66 66 || item_type || Change 264 (=RAWBIOASSAY) to 268 (=DERIVEDBIOASSAY) || 67 67 … … 71 71 || **!AnyToAny** || **Comment** || 72 72 || id || Keep || 73 || version || Keep||73 || version || +1 || 74 74 || name || Keep || 75 75 || description || Keep || … … 85 85 || **!ChangeHistoryDetails** || **Comment** || 86 86 || id || Keep || 87 || version || Keep||87 || version || +1 || 88 88 || history_id || Keep || 89 89 || change_type || Keep ||