corda/tools/dbmigration
Stefano Franz 21afd256d5
ENT-2219 add option to automatically package migration scripts into a migratio… (#1508)
* add option to automatically package migration scripts into a migration cordapp

* fix compile error

* add explict "OK" from user to create jar
add warning about possible data corruption
refactor check for --jar to be easier to read.
2018-10-26 15:30:16 +01:00
..

Database Management Tool

Documentation for this tool can be found here

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/