Skip to content

Commit edfd091

Browse files
committed
Fix syntax
1 parent a55c526 commit edfd091

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

schemas/ispyb/updates/2025_11_13_ExperimentType_clem_and_fib.sql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2025_11_13_E
22

33
INSERT INTO ExperimentType (
44
experimentTypeId, name, proposalType, active
5-
) VALUES (
6-
45, 'CLEM', 'em', 1,
7-
46, 'FIB', 'em', 1
8-
);
5+
) VALUES (45, 'CLEM', 'em', 1), (46, 'FIB', 'em', 1);
96

107
UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2025_11_13_ExperimentType_clem_and_fib.sql';

0 commit comments

Comments
 (0)