2018-06-13 10:52:00 +01:00
|
|
|
Database Management Tool
|
2018-04-11 16:48:25 +01:00
|
|
|
-----------------------
|
|
|
|
|
2018-06-13 10:52:00 +01:00
|
|
|
Documentation for this tool can be found [here](http://docs.corda.r3.com/website/releases/docs_head/database-management.html)
|
2018-04-11 16:48:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
To build this from the command line in Unix:
|
|
|
|
|
|
|
|
Run ``./gradlew tools:dbmigration:buildMigrationTool`` to create a fat jar in ``tools/dbmigration/build/``
|
|
|
|
|
|
|
|
|
|
|
|
To build this from the command line in Windows:
|
|
|
|
|
|
|
|
Run ``gradlew tools:dbmigration:buildMigrationTool`` to create a fat jar in ``tools/dbmigration/build/``
|
|
|
|
|