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を継承します。