fix: defer fifo ayam migrations until seed exists

This commit is contained in:
M1 AIR
2026-03-08 20:00:22 +07:00
parent 1c5b013b9f
commit 3cb2e15629
8 changed files with 69 additions and 47 deletions
@@ -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;