diff --git a/schemas/ispyb/updates/2024_09_04_ProcessedTomogram_comment.sql b/schemas/ispyb/updates/2024_09_04_ProcessedTomogram_comment.sql new file mode 100644 index 0000000..85a8510 --- /dev/null +++ b/schemas/ispyb/updates/2024_09_04_ProcessedTomogram_comment.sql @@ -0,0 +1,5 @@ +INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2024_09_04_ProcessedTomogram_comment', 'ONGOING'); + +ALTER TABLE ProcessedTomogram COMMENT = 'Indicates the sample''s location on a multi-sample pin, where 1 is closest to the pin base or a sample''s position in a cryo-EM cassette'; + +UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2024_09_04_ProcessedTomogram_comment.sql';