Allow empty tax category id (#4285) (#4288)

This commit is contained in:
jekkos
2025-07-29 23:59:23 +02:00
committed by GitHub
parent 9cd2f685ff
commit e08367aaae
4 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
-- Migration to make tax_category_id nullable in ospos_items
ALTER TABLE ospos_items
MODIFY COLUMN tax_category_id INT NULL;