mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-20 21:41:55 +00:00
Refactor[BE] adjustment stock handling: remove stock_log_id, update relations, and enhance transfer logging
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE adjustment_stocks ADD COLUMN stock_log_id INTEGER;
|
||||
|
||||
CREATE INDEX idx_adjustment_stocks_stock_log_id ON adjustment_stocks (stock_log_id);
|
||||
+1
@@ -0,0 +1 @@
|
||||
ALTER TABLE adjustment_stocks DROP COLUMN IF EXISTS stock_log_id;
|
||||
Reference in New Issue
Block a user