We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc02191 commit abc02a7Copy full SHA for abc02a7
schemas/ispyb/updates/2025_06_02_DewarRegistry_type.sql
@@ -1,6 +1,6 @@
1
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_06_02_DewarRegistry_type.sql', 'ONGOING');
2
3
ALTER TABLE DewarRegistry
4
- ADD `type` enum('Dewar','Toolbox') NOT NULL DEFAULT 'Dewar';
+ ADD `type` enum('Dewar','Toolbox','Thermal Shipper') NOT NULL DEFAULT 'Dewar';
5
6
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_06_02_DewarRegistry_type.sql';
0 commit comments