feat: refs #7994 update sale.originalQuantity #3000

Merged
ivanm merged 4 commits from 7994-UpdateSale.OriginalQuantity into dev 2024-10-07 14:51:20 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 753f6d7866 - Show all commits

View File

@ -1,3 +1,3 @@
UPDATE sale
UPDATE vn.sale
SET originalQuantity = quantity
WHERE originalQuantity IS NULL