From b0400f00a35c4ed6d07b3eeccae55338fe7d63e7 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Wed, 14 Feb 2018 09:56:04 +0200 Subject: [PATCH] moved configuration files into config directory --- README.md | 4 ++-- config.json => config/config.json | 0 data_types_map.json => config/data_types_map.json | 0 extra_config.json => config/extra_config.json | 0 test_config.json => config/test_config.json | 0 src/DataTypesMapReader.js | 2 +- src/Main.js | 6 +++--- src/TableProcessor.js | 4 ++-- 8 files changed, 8 insertions(+), 8 deletions(-) rename config.json => config/config.json (100%) mode change 100755 => 100644 rename data_types_map.json => config/data_types_map.json (100%) rename extra_config.json => config/extra_config.json (100%) rename test_config.json => config/test_config.json (100%) diff --git a/README.md b/README.md index c786130..b43ceaf 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.

2. Download Nmig package and put it on the machine running your PostgreSQL (not mandatory, but preferably).
Sample: /path/to/nmig

-

3. Edit configuration file located at /path/to/nmig/config.json with correct details.

+

3. Edit configuration file located at /path/to/nmig/config/config.json with correct details.

Notes: