add headstatus into divisionPosition

This commit is contained in:
dpurbosakti
2025-10-08 12:24:14 +07:00
parent 88ae9d5f30
commit 7452acfa7d
3 changed files with 7 additions and 3 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "DivisionPosition" table
ALTER TABLE "public"."DivisionPosition" ADD COLUMN "HeadStatus" boolean NULL;