We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0518c commit 1dd6acbCopy full SHA for 1dd6acb
schemas/ispyb/updates/2026_04_10_Component_element.sql
@@ -1,7 +1,7 @@
1
INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_04_10_Component_element.sql', 'ONGOING');
2
3
-INSERT INTO ispyb.ComponentType (name) VALUES ('Element');
4
-INSERT INTO ispyb.Component (componentTypeId, name, composition) VALUES
+INSERT INTO ComponentType (name) VALUES ('Element');
+INSERT INTO Component (componentTypeId, name, composition) VALUES
5
('8', 'H', 'Hydrogen'),
6
('8', 'He', 'Helium'),
7
('8', 'Li', 'Lithium'),
0 commit comments