This command is used to update a database to the current version, which delegates to the Gradle's `dbmUpdate` task. ``` $ grace db:migrate same as, $ gradle dbmUpdate ```
This command is used to update a database to the current version, which delegates to the Gradle's
dbmUpdatetask.