From d1645696cd3e486d91d998d86904de3cc5d3b38d Mon Sep 17 00:00:00 2001 From: greennarae Date: Mon, 30 Oct 2023 00:21:46 +0900 Subject: [PATCH] =?UTF-8?q?flyway=20=EC=88=98=EC=A0=95=EC=8B=9C=EB=8F=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- animory/build.gradle | 1 + ...datetime_petvideo.sql => V3.1.0__add_baseEntity_petvideo.sql} | 0 2 files changed, 1 insertion(+) rename animory/src/main/resources/db/migration/{V3.1.0__add_created_updated_datetime_petvideo.sql => V3.1.0__add_baseEntity_petvideo.sql} (100%) diff --git a/animory/build.gradle b/animory/build.gradle index 0c583d2d..c53e1285 100644 --- a/animory/build.gradle +++ b/animory/build.gradle @@ -43,6 +43,7 @@ dependencies { runtimeOnly 'com.mysql:mysql-connector-j' // flyway implementation 'org.flywaydb:flyway-core' + implementation 'org.flywaydb:flyway-mysql' // api-doc (swagger) implementation 'org.springdoc:springdoc-openapi-ui:1.7.0' diff --git a/animory/src/main/resources/db/migration/V3.1.0__add_created_updated_datetime_petvideo.sql b/animory/src/main/resources/db/migration/V3.1.0__add_baseEntity_petvideo.sql similarity index 100% rename from animory/src/main/resources/db/migration/V3.1.0__add_created_updated_datetime_petvideo.sql rename to animory/src/main/resources/db/migration/V3.1.0__add_baseEntity_petvideo.sql