add fileUrl into general-consent

This commit is contained in:
dpurbosakti
2025-11-17 14:55:10 +07:00
parent 13ddfaab5f
commit 0bec4c3095
3 changed files with 6 additions and 2 deletions

No files matched your search

@@ -0,0 +1,2 @@
-- Modify "GeneralConsent" table
ALTER TABLE "public"."GeneralConsent" ADD COLUMN "FileUrl" character varying(1024) NULL;