mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-25 15:55:44 +00:00
add migration for change harga doc
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Rollback price adjustment_stock id=531
|
||||
UPDATE adjustment_stocks
|
||||
SET price = 9535,
|
||||
grand_total = ROUND(9000 * 9535, 3)
|
||||
WHERE id = 531 AND adj_number = 'ADJ-00506';
|
||||
Reference in New Issue
Block a user