Skip to content

Commit 882958a

Browse files
chore : initialize sql file
1 parent 8b2b5c5 commit 882958a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql/schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CREATE TABLE IF NOT EXISTS `authorization_consent` (
6464
PRIMARY KEY (`registered_client_id`,`principal_name`)
6565
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
6666

67-
-- 테이블 데이터 sc_oauth2_pji.authorization_consent:~0 rows (대략적) 내보내기
67+
-- 테이블 데이터 sc_oauth2_pji.authorization_consent:~1 rows (대략적) 내보내기
6868

6969
-- 테이블 sc_oauth2_pji.customer 구조 내보내기
7070
CREATE TABLE IF NOT EXISTS `customer` (

0 commit comments

Comments
 (0)