update liters on samplecan (#449)

This commit is contained in:
Arwid Thornström
2024-12-17 13:32:45 +01:00
committed by GitHub
parent 7005713bf8
commit a2f81fa2e8
+2
View File
@@ -0,0 +1,2 @@
UPDATE paint_prices SET liters = 0.45 WHERE liters = 0.5;
UPDATE paint_primer_sizes SET liters = 0.45 WHERE liters = 0.5;