Skip to content

Commit 52111de

Browse files
authored
Add new ContainerType 'Cryo-EM Puck' (#285)
1 parent 966fd1c commit 52111de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_06_26_ContainerType_cryoem_puck.sql', 'ONGOING');
2+
3+
INSERT INTO ContainerType (
4+
containerTypeId, name, proposalType, active, capacity
5+
) VALUES (
6+
38, 'Cryo-EM Puck', 'mx', 1, 12
7+
);
8+
9+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_06_26_ContainerType_cryoem_puck.sql';

0 commit comments

Comments
 (0)