We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eaafe4 + 81074b3 commit 34c7700Copy full SHA for 34c7700
schemas/ispyb/updates/2026_01_12_CTF_iceRingDensity.sql
@@ -0,0 +1,8 @@
1
+INSERT IGNORE INTO SchemaStatus (scriptName, schemaStatus) VALUES ('2026_01_12_CTF_iceRingDensity.sql', 'ONGOING');
2
+
3
+ALTER TABLE CTF
4
+ ADD iceRingDensity float
5
+ COMMENT 'Summed intensity of ice ring in fourier space',
6
+ ALGORITHM=INSTANT;
7
8
+UPDATE SchemaStatus SET schemaStatus = 'DONE' WHERE scriptName = '2026_01_12_CTF_iceRingDensity.sql';
0 commit comments