Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0b35311

Browse files
authored
Merge pull request #971 from grails/groovyChangeDescription
Update description of groovy change
2 parents f21ce79 + ca9ffc4 commit 0b35311

File tree

1 file changed

+1
-1
lines changed
  • grails-database-migration/src/main/groovy/org/grails/plugins/databasemigration/liquibase

1 file changed

+1
-1
lines changed

grails-database-migration/src/main/groovy/org/grails/plugins/databasemigration/liquibase/GroovyChange.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import static org.grails.plugins.databasemigration.PluginConstants.DATA_SOURCE_N
5151
* @author Kazuki YAMAMOTO
5252
*/
5353
@CompileStatic
54-
@DatabaseChange(name = "grailsChange", description = "Adds creates a primary key out of an existing column or set of columns.", priority = ChangeMetaData.PRIORITY_DEFAULT)
54+
@DatabaseChange(name = "grailsChange", description = "Executes groovy code to apply a database change.", priority = ChangeMetaData.PRIORITY_DEFAULT)
5555
class GroovyChange extends AbstractChange {
5656

5757
ApplicationContext ctx

0 commit comments

Comments
 (0)