update size item group code

This commit is contained in:
dpurbosakti
2025-10-17 15:22:24 +07:00
parent 063c511777
commit 3bfabc9e4c
3 changed files with 54 additions and 51 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "Item" table
ALTER TABLE "public"."Item" ALTER COLUMN "ItemGroup_Code" TYPE character varying(15);