From 8676e07f636cdb74b7b3e17fea8379f8231bf470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Fri, 16 Nov 2018 18:53:38 +0900 Subject: [PATCH] Fix: test_korean_left_upper_double, test_korean_right_upper_double bug --- src/web/sql/insert_app.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/sql/insert_app.sql b/src/web/sql/insert_app.sql index 8dd8665..8bec8ec 100644 --- a/src/web/sql/insert_app.sql +++ b/src/web/sql/insert_app.sql @@ -26,8 +26,8 @@ INSERT INTO `app` (`AppID`, `AppName`, `KoreanName`, `AppType`, `Status`, `HowTo (24, 'test_korean_right_upper', '오른손 윗글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), (25, 'test_korean_left_lower', '왼손 밑글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), (26, 'test_korean_right_lower', '오른손 밑글쇠', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), -(27, 'test_korean_left_lower_double', '왼손 쌍자음', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), -(28, 'test_korean_right_lower_double', '오른손 쌍모음', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), +(27, 'test_korean_left_upper_double', '왼손 쌍자음', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), +(28, 'test_korean_right_upper_double', '오른손 쌍모음', 11, 1, '양 손은 기본 자리 위치에 두고 시작합니다.'), (29, 'test_korean_word', '시험 - 단어', 11, 1, '단어를 빠르게 입력하세요.'), (30, 'test_korean_sentence', '시험 - 문장', 11, 1, '문장을 빠르게 입력하세요.'), (31, 'test_english_basic', 'Basic', 12, 1, ''),