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, ''),