Fix config chickin

This commit is contained in:
ragilap
2026-03-04 14:39:50 +07:00
parent d334f46829
commit 1724a5f846
3 changed files with 59 additions and 0 deletions
@@ -0,0 +1,9 @@
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';
COMMIT;