From edf8e20d2f802a5800a67ac0cb2355e92a9b28d3 Mon Sep 17 00:00:00 2001 From: Thibstars Date: Mon, 7 Aug 2023 19:01:15 +0200 Subject: [PATCH] Update readmes --- README.md | 6 +++--- README_ja.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0bfa294..d084535 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ project db/migration V1__CreateTables.sql V2__AddRecords - tabe-list.txt + table-list.txt TABLE_1.csv TABLE_2.csv ``` @@ -61,9 +61,9 @@ Next, add the CSV Loader dependency to pom. xml. io.sitoolkit.csv sit-csvloader-flyway - 0.8 + 0.9 - + ``` diff --git a/README_ja.md b/README_ja.md index 2558b9e..f827c88 100644 --- a/README_ja.md +++ b/README_ja.md @@ -30,7 +30,7 @@ project db/migration V1__CreateTables.sql V2__AddRecords - tabe-list.txt + table-list.txt TABLE_1.csv TABLE_2.csv ``` @@ -58,9 +58,9 @@ CREATE TABLE TABLE_1 ( io.sitoolkit.csv sit-csvloader-flyway - 0.8 + 0.9 - + ``` 次に、データをロードするためのMigrationクラスを作成します。このクラスではBaseJavaCsvMigrationを継承します。