migrating to typescript

This commit is contained in:
Anatoly 2018-09-19 17:06:06 +03:00
parent fcf7b4611c
commit 7f1f8a0268

View file

@ -27,7 +27,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
</ul>
<h3>USAGE</h3>
<p><b>1.</b> Create a new database.<br />
<p><b>1.</b> Create a new PostgreSQL database.<br />
<b>Sample:</b>&nbsp;<code> CREATE DATABASE my_postgresql_database;</code><br />
If you are planning to migrate spatial data (geometry type columns), then <b>PostGIS</b> should be installed and enabled.
</p>
@ -66,7 +66,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
<p><b>1.</b> Create a new PostgreSQL database.<br />
<b>Sample:</b>&nbsp;<code> CREATE DATABASE nmig_test_db;</code><br />
</p>
<p><b>2.</b> Download Nmig package.</p>
<p><b>2.</b> Download Nmig package.<br/ ><b>Sample:</b>&nbsp;<code>/path/to/nmig</code></p>
<p><b>3.</b> Edit configuration file located at <code>/path/to/nmig/config/test_config.json</code> with correct details.<br /></p>
<b>Notes:</b>
<ul>
@ -87,7 +87,7 @@ from MySQL to PostgreSQL as easy and smooth as possible.</p>
<b>Note:</b> "logs_directory" will be created during script execution.</p>
<h3>VERSION</h3>
<p>Current version is 3.4.0<br />
<p>Current version is 3.5.0<br />
(major version . improvements . bug fixes)</p>
<h3>KNOWN ISSUES</h3>