diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-06 04:23:40 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-08-06 04:23:40 +0000 |
| commit | de2ac5a2860bc25180971e7a11f852d9d44675b7 (patch) | |
| tree | b931c363f2cb19e177a0a7b17190d5de2a82d709 /db/migrations/0261_flashy_landau.sql | |
| parent | 6c549b0f264e9be4d60af38f9efc05b189d6849f (diff) | |
(대표님) 정기평가, 법적검토, 정책, 가입관련 처리 및 관련 컴포넌트 추가, 메뉴 변경
Diffstat (limited to 'db/migrations/0261_flashy_landau.sql')
| -rw-r--r-- | db/migrations/0261_flashy_landau.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/migrations/0261_flashy_landau.sql b/db/migrations/0261_flashy_landau.sql new file mode 100644 index 00000000..4109c411 --- /dev/null +++ b/db/migrations/0261_flashy_landau.sql @@ -0,0 +1,3 @@ +ALTER TABLE "users" ADD COLUMN "last_consent_update" timestamp with time zone;--> statement-breakpoint +ALTER TABLE "users" ADD COLUMN "consent_version" varchar(20);--> statement-breakpoint +ALTER TABLE "users" ADD COLUMN "requires_consent_update" boolean DEFAULT false NOT NULL;
\ No newline at end of file |
