From ecb3ad8ea91c1a77021430434146174c5f469d62 Mon Sep 17 00:00:00 2001 From: Hanbin Lee Date: Sat, 14 Jan 2023 23:26:01 +0900 Subject: [PATCH] =?UTF-8?q?[#28]=20modify:=20README=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - flyway doc 경로 추가 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 415b002..dcd5fa8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ $ docker run --name beanie-test-db -e MYSQL_ROOT_PASSWORD=beaniejoy -d -p 3306:3 ``` ### DB Migration (flyway) +[flyway doc](https://documentation.red-gate.com/fd/flyway-documentation-138346877.html) - **Info** Prints the details and status information about all the migrations ```bash @@ -59,7 +60,6 @@ Drops all objects (tables, views, procedures, triggers, …) in the configured s $ ./gradlew :db:flywayClean -i ``` - ### docker compose 실행(수정 작업 진행중) - docker compose를 이용한 nginx, DB(MySQL), application 한꺼번에 실행하는 경우 ```bash