jamesfredley commented on issue #14918: URL: https://github.com/apache/grails-core/issues/14918#issuecomment-3086849727
From Grails 6.2.3: `./gradlew task --all` ``` dbmChangelogSync dbmChangelogSyncSql dbmClearChecksums dbmDbDoc dbmDiff dbmDropAll dbmFutureRollbackCountSql dbmFutureRollbackSql dbmGenerateChangelog dbmGenerateGormChangelog dbmGormDiff dbmListLocks dbmMarkNextChangesetRan dbmMarkNextChangesetRanSql dbmPreviousChangesetSql dbmReleaseLocks dbmRollback dbmRollbackCount dbmRollbackCountSql dbmRollbackSql dbmRollbackToDate dbmRollbackToDateSql dbmStatus dbmTag dbmUpdate dbmUpdateCount dbmUpdateCountSql dbmUpdateSql dbmValidate ``` ` ./grailsw help` ``` dbm-changelog-sync Mark all changes as executed in the database dbm-changelog-sync-sql Writes the SQL that will mark all changes as executed in the database to STDOUT or a file dbm-changelog-to-groovy Converts a changelog file to a Groovy DSL file dbm-clear-checksums Removes current checksums from database. On next run checksums will be recomputed dbm-create-changelog Creates an empty changelog file dbm-db-doc Generates Javadoc-like documentation based on current database and change log dbm-diff Compares two databases and creates a changelog that will make the changes required to bring them into sync dbm-drop-all Drops all database objects owned by the user dbm-future-rollback-count-sql Writes SQL to roll back the database to the current state after <number> changes in the changeslog have been applied dbm-future-rollback-sql Writes SQL to roll back the database to the current state after the changes in the changeslog have been applied dbm-generate-changelog Generates an initial changelog XML or Groovy DSL file from the database dbm-generate-gorm-changelog Generates an initial changelog XML or Groovy DSL file from current GORM classes dbm-gorm-diff Diffs GORM classes against a database and generates a changelog XML or Groovy DSL file dbm-list-locks Lists who currently has locks on the database changelog to STDOUT or a file dbm-mark-next-changeset-ran Mark the next change set as executed in the database dbm-mark-next-changeset-ran-sql Writes SQL to mark the next change as executed in the database to STDOUT or a file dbm-previous-changeset-sql Generates the SQL to apply the previous <value> change sets dbm-release-locks Releases all locks on the database changelog dbm-rollback Rolls back the database to the state it was in when the tag was applied dbm-rollback-count Rolls back the specified number of change sets dbm-rollback-count-sql Writes the SQL to roll back the specified number of change sets to STDOUT or a file dbm-rollback-sql Writes SQL to roll back the database to the state it was in when the tag was applied to STDOUT or a file dbm-rollback-to-date Rolls back the database to the state it was in at the given date/time dbm-rollback-to-date-sql Writes SQL to roll back the database to the state it was in at the given date/time to STDOUT or a file dbm-status Outputs count or list of unrun change sets to STDOUT or a file dbm-tag Adds a tag to mark the current database state dbm-update Updates a database to the current version dbm-update-count Applies next NUM changes to the database dbm-update-count-sql Writes the SQL that will partially update a database to STDOUT or a file dbm-update-sql Writes the SQL that will update the database to the current version to STDOUT or a file dbm-validate Checks the changelog for errors ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@grails.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org