add status code therapy protocol

This commit is contained in:
dpurbosakti
2025-11-14 13:43:27 +07:00
parent c453aa0aa7
commit 12108e1176
3 changed files with 18 additions and 14 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "TherapyProtocol" table
ALTER TABLE "public"."TherapyProtocol" ADD COLUMN "Status_Code" character varying(10) NULL;