From e69392efda6c70b75562b39ccb7f7d3ff9750fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9A=A9=EC=88=98?= Date: Wed, 25 Sep 2024 11:34:18 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20Data=20SQL=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/sql/dml/init.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/sql/dml/init.sql b/backend/src/main/resources/sql/dml/init.sql index 04949e0..40664b7 100644 --- a/backend/src/main/resources/sql/dml/init.sql +++ b/backend/src/main/resources/sql/dml/init.sql @@ -1,6 +1,6 @@ # YOLO8 DEFAULT 모델 삽입 INSERT INTO ai_model(model_id, version, name) -VALUES (1, 0, "yolo8-detection"); +VALUES (1, 0, "yolo8"); # 80개의 라벨 카테고리 삽입 INSERT INTO label_category(model_id, label_category_name, ai_category_id)