Skip to content

Commit fb56820

Browse files
committed
Fix : 샘플데이터 수정
1 parent 87cf11c commit fb56820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/data.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ VALUES
328328
(216, 36, '홍단심', '1송이', 3800);
329329

330330
-- User 테이블 더미 데이터
331-
INSERT INTO User (user_id, user_name, user_password, user_nickname, authority, social_type, name, user_img)
331+
INSERT INTO user (user_id, user_name, user_password, user_nickname, authority, social_type, name, user_img)
332332
VALUES
333333
(1, 'user1', 'password1', 'nickname1', 'ROLE_USER', 'KAKAO', 'User One', 'img1.jpg'),
334334
(2, 'user2', 'password2', 'nickname2', 'ROLE_USER', 'KAKAO', 'User Two', 'img2.jpg'),

0 commit comments

Comments
 (0)