Skip to content

Commit 930b572

Browse files
committed
Add new SWISSCI plate
1 parent 6464aca commit 930b572

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_07_29_ContainerType_insert.sql', 'ONGOING');
2+
3+
INSERT
4+
INTO
5+
ContainerType (containerTypeId,
6+
name,
7+
capacity,
8+
wellPerRow,
9+
dropPerWellX,
10+
dropPerWellY,
11+
dropHeight,
12+
dropWidth,
13+
dropOffsetX,
14+
dropOffsetY,
15+
wellDrop,
16+
proposalType,
17+
active)
18+
VALUES
19+
(39,
20+
'SWISSCI 2 Drop',
21+
192,
22+
12,
23+
1,
24+
2,
25+
1,
26+
1,
27+
0,
28+
0,
29+
1,
30+
'mx',
31+
1);
32+
33+
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_07_29_ContainerType_insert.sql';

0 commit comments

Comments
 (0)