diff --git a/sql/common/V2.46.0__fix_aprfc_qpf_units.sql b/sql/common/V2.46.0__fix_aprfc_qpf_units.sql new file mode 100644 index 0000000..c27d743 --- /dev/null +++ b/sql/common/V2.46.0__fix_aprfc_qpf_units.sql @@ -0,0 +1,3 @@ + +-- fix units in aprfc qpe from in to mm +UPDATE product set unit_id = 'e245d39f-3209-4e58-bfb7-4eae94b3f8dd' WHERE slug = 'aprfc-qpf-06h'; \ No newline at end of file