diff --git a/schemas/ispyb/updates/2026_07_02_AutoProcProgram_jobUuid.sql b/schemas/ispyb/updates/2026_07_02_AutoProcProgram_jobUuid.sql new file mode 100644 index 0000000..d444e8a --- /dev/null +++ b/schemas/ispyb/updates/2026_07_02_AutoProcProgram_jobUuid.sql @@ -0,0 +1,5 @@ +INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_07_02_AutoProcProgram_jobUuid.sql', 'ONGOING'); + +ALTER TABLE AutoProcProgram ADD jobUuid uuid NULL COMMENT 'External UUID for the job as described by the Zocalo service'; + +UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_07_02_AutoProcProgram_jobUuid.sql';