|
| 1 | +grails.dev.commands.ApplicationCommand=\ |
| 2 | +org.grails.plugins.databasemigration.command.DbmChangelogSyncCommand,\ |
| 3 | +org.grails.plugins.databasemigration.command.DbmChangelogSyncSqlCommand,\ |
| 4 | +org.grails.plugins.databasemigration.command.DbmClearChecksumsCommand,\ |
| 5 | +org.grails.plugins.databasemigration.command.DbmDbDocCommand,\ |
| 6 | +org.grails.plugins.databasemigration.command.DbmDiffCommand,\ |
| 7 | +org.grails.plugins.databasemigration.command.DbmDropAllCommand,\ |
| 8 | +org.grails.plugins.databasemigration.command.DbmFutureRollbackCountSqlCommand,\ |
| 9 | +org.grails.plugins.databasemigration.command.DbmFutureRollbackSqlCommand,\ |
| 10 | +org.grails.plugins.databasemigration.command.DbmGenerateChangelogCommand,\ |
| 11 | +org.grails.plugins.databasemigration.command.DbmGenerateGormChangelogCommand,\ |
| 12 | +org.grails.plugins.databasemigration.command.DbmGormDiffCommand,\ |
| 13 | +org.grails.plugins.databasemigration.command.DbmListLocksCommand,\ |
| 14 | +org.grails.plugins.databasemigration.command.DbmMarkNextChangesetRanCommand,\ |
| 15 | +org.grails.plugins.databasemigration.command.DbmMarkNextChangesetRanSqlCommand,\ |
| 16 | +org.grails.plugins.databasemigration.command.DbmPreviousChangesetSqlCommand,\ |
| 17 | +org.grails.plugins.databasemigration.command.DbmReleaseLocksCommand,\ |
| 18 | +org.grails.plugins.databasemigration.command.DbmRollbackCommand,\ |
| 19 | +org.grails.plugins.databasemigration.command.DbmRollbackCountCommand,\ |
| 20 | +org.grails.plugins.databasemigration.command.DbmRollbackCountSqlCommand,\ |
| 21 | +org.grails.plugins.databasemigration.command.DbmRollbackSqlCommand,\ |
| 22 | +org.grails.plugins.databasemigration.command.DbmRollbackToDateCommand,\ |
| 23 | +org.grails.plugins.databasemigration.command.DbmRollbackToDateSqlCommand,\ |
| 24 | +org.grails.plugins.databasemigration.command.DbmStatusCommand,\ |
| 25 | +org.grails.plugins.databasemigration.command.DbmTagCommand,\ |
| 26 | +org.grails.plugins.databasemigration.command.DbmUpdateCommand,\ |
| 27 | +org.grails.plugins.databasemigration.command.DbmUpdateCountCommand,\ |
| 28 | +org.grails.plugins.databasemigration.command.DbmUpdateCountSqlCommand,\ |
| 29 | +org.grails.plugins.databasemigration.command.DbmUpdateSqlCommand,\ |
| 30 | +org.grails.plugins.databasemigration.command.DbmValidateCommand,\ |
| 31 | +org.grails.plugins.databasemigration.command.SchemaExportCommand |
0 commit comments