From d41bfcaf44751a188f315dd151735da03a0159ff Mon Sep 17 00:00:00 2001 From: Guilherme Francisco Date: Wed, 4 Sep 2024 16:32:14 +0100 Subject: [PATCH] Update ProcessedTomogram comment (#241) --- .../ispyb/updates/2024_09_04_ProcessedTomogram_comment.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 schemas/ispyb/updates/2024_09_04_ProcessedTomogram_comment.sql 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 00000000..85a85103 --- /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';