mirror of
https://github.com/corda/corda.git
synced 2025-01-01 10:46:46 +00:00
16 lines
491 B
Markdown
16 lines
491 B
Markdown
|
Database Migration Tool
|
||
|
-----------------------
|
||
|
|
||
|
Documentation for this tool can be found [here](http://docs.corda.r3.com/website/releases/docs_head/database-migration.html)
|
||
|
|
||
|
|
||
|
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/``
|
||
|
|