mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-24 15:25:43 +00:00
fix: defer fifo ayam migrations until seed exists
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
BEGIN;
|
||||
|
||||
DELETE FROM fifo_stock_v2_route_rules
|
||||
WHERE flag_group_code = 'AYAM'
|
||||
AND lane = 'USABLE'
|
||||
AND function_code = 'CHICKIN_OUT'
|
||||
AND source_table = 'project_chickins';
|
||||
-- no-op: moved to 20260306090012_fix_fifo_chickin_out_after_seed.down.sql
|
||||
|
||||
COMMIT;
|
||||
|
||||
Reference in New Issue
Block a user