Skip to content

Commit

Permalink
[#40] fix: 이미지 url 영어로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kdomo committed Aug 9, 2023
1 parent c1bf570 commit 91d3146
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ VALUES

INSERT INTO tbl_animal_nickname(animal, profile_image_url, created_at, updated_at)
VALUES
('강아지', 'https://image.todaysfail.com/default/강아지.jpg', now(), now()),
('코알라', 'https://image.todaysfail.com/default/코알라.jpg', now(), now()),
('고양이', 'https://image.todaysfail.com/default/고양이.jpg', now(), now()),
('베짱이', 'https://image.todaysfail.com/default/베짱이.jpg', now(), now()),
('다람쥐', 'https://image.todaysfail.com/default/다람쥐.jpg', now(), now());
('강아지', 'https://image.todaysfail.com/default/dog.jpg', now(), now()),
('코알라', 'https://image.todaysfail.com/default/koala.jpg', now(), now()),
('고양이', 'https://image.todaysfail.com/default/cat.jpg', now(), now()),
('베짱이', 'https://image.todaysfail.com/default/grasshopper.jpg', now(), now()),
('다람쥐', 'https://image.todaysfail.com/default/squirrel.jpg', now(), now());

0 comments on commit 91d3146

Please sign in to comment.