Skip to content

Commit 1dd6acb

Browse files
committed
Remove database prefix
1 parent 5c0518c commit 1dd6acb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schemas/ispyb/updates/2026_04_10_Component_element.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_04_10_Component_element.sql', 'ONGOING');
22

3-
INSERT INTO ispyb.ComponentType (name) VALUES ('Element');
4-
INSERT INTO ispyb.Component (componentTypeId, name, composition) VALUES
3+
INSERT INTO ComponentType (name) VALUES ('Element');
4+
INSERT INTO Component (componentTypeId, name, composition) VALUES
55
('8', 'H', 'Hydrogen'),
66
('8', 'He', 'Helium'),
77
('8', 'Li', 'Lithium'),

0 commit comments

Comments
 (0)