diff --git a/install/database/2026_05_11_punch_patch.sql b/install/database/2026_05_11_punch_patch.sql new file mode 100644 index 00000000..3e78e169 --- /dev/null +++ b/install/database/2026_05_11_punch_patch.sql @@ -0,0 +1,5 @@ +INSERT INTO datasource_property(sourceId, label, name, fitsName, description, uiOrder) +VALUES (131, 'Measurement', 'Total Brightness', 'PUNCH Level-3 Unpolarized Mosaic', '', 3); + +INSERT INTO datasource_property(sourceId, label, name, fitsName, description, uiOrder) +VALUES (134, 'Measurement', 'Polarized Brightness', 'PUNCH Level-3 Polarized Mosaic', '', 3);