mirror of
https://github.com/corda/corda.git
synced 2025-03-15 16:46:12 +00:00
* Seperate database manager into commands * Documentation update * Slightly better naming * Address review comments * Review comments * Address review comments
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/