fix(hrms): guard column trong seed_pc_trang_phuc_split patch (TETRA-1455) #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/TETRA-wave1-patch-column-guards"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hotfix #2 cho Wave 1 deploy. Patch trực tiếp gọi
frappe.db.get_value(...custom_annual_tax_exempt_cap...)trước khiafter_migratehook tạo custom field.Fix: thêm
frappe.db.has_column()guard. Idempotent — backfill sẽ chạy ở lần migrate sau khi custom fields đã được provision.Refs: TETRA-1455