From 6320021f809736050494a4ed326179a8f9b155b8 Mon Sep 17 00:00:00 2001 From: kimdohyung Date: Sat, 16 Sep 2023 21:48:14 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EC=83=81=ED=92=88=20=EC=9D=B4=EB=AF=B8?= =?UTF-8?q?=EC=A7=80=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/import.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/import.sql b/src/main/resources/import.sql index 065394a..de3590d 100644 --- a/src/main/resources/import.sql +++ b/src/main/resources/import.sql @@ -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());