From 5d76705f4f33ee93ddb460ccb4a11022c143ceeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Sat, 28 Feb 2026 21:02:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20[interview]=20SQL=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=ED=95=9C=EA=B8=80=20=EC=9D=B8=EC=BD=94=EB=94=A9=20=EA=B9=A8?= =?UTF-8?q?=EC=A7=90=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - SET NAMES utf8mb4 추가하여 double-encoding 방지 --- sam/docs/data/interview-master-questions.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/sam/docs/data/interview-master-questions.sql b/sam/docs/data/interview-master-questions.sql index 97f4ad0..52de838 100644 --- a/sam/docs/data/interview-master-questions.sql +++ b/sam/docs/data/interview-master-questions.sql @@ -10,6 +10,7 @@ -- 주의: 한 번만 실행할 것. 중복 실행 시 데이터가 중복됨. -- ============================================================ +SET NAMES utf8mb4; SET @tenant_id = 1; SET @user_id = 1; SET @now = NOW();