Skip to content

Commit

Permalink
Merge pull request #79 from DONGA-ST-A/docs/78-item-image-add
Browse files Browse the repository at this point in the history
[Docs] 상품 이미지 추가
  • Loading branch information
pdohyung authored Sep 16, 2023
2 parents c6ff46a + 6320021 commit 27e2061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/import.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ INSERT INTO ItemImage(id, image, itemId, createdDate, modifiedDate) VALUES (4, '
INSERT INTO ItemImage(id, image, itemId, createdDate, modifiedDate) VALUES (5, 'https://hicardi.s3.ap-northeast-2.amazonaws.com/itemImage5.svg', 1, now(), now());
INSERT INTO ItemImage(id, image, itemId, createdDate, modifiedDate) VALUES (6, 'https://hicardi.s3.ap-northeast-2.amazonaws.com/itemImage6.svg', 1, now(), now());
INSERT INTO ItemImage(id, image, itemId, createdDate, modifiedDate) VALUES (7, 'https://hicardi.s3.ap-northeast-2.amazonaws.com/itemImage7.svg', 1, now(), now());
INSERT INTO ItemImage(id, image, itemId, createdDate, modifiedDate) VALUES (8, 'https://hicardi.s3.ap-northeast-2.amazonaws.com/itemImage8.svg', 1, now(), now());

INSERT INTO ItemTag (id, itemId, Tag, createdDate, modifiedDate) VALUES(1, 1, 'SmartPatch', NOW(), NOW());
INSERT INTO ItemTag (id, itemId, Tag, createdDate, modifiedDate) VALUES(2, 1, 'DeviceBody', NOW(), NOW());
Expand Down

0 comments on commit 27e2061

Please sign in to comment.