Skip to content

Commit

Permalink
Fix description of squash migrations task (#3449)
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Aug 15, 2022
1 parent 1481588 commit 5f88a65
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -299,7 +299,7 @@ class SqlDelightDatabase(
it.source(sourceSet)
it.include("**${File.separatorChar}*.${MigrationFileType.defaultExtension}")
it.group = SqlDelightPlugin.GROUP
it.description = "Generate valid sql migration files for ${source.name} $name."
it.description = "Squash migrations into a single file for ${source.name} $name."
it.properties = getProperties()
it.classpath.setFrom(configuration.fileCollection { true })
it.classpath.from(moduleConfiguration.fileCollection { true })
Expand Down

0 comments on commit 5f88a65

Please sign in to comment.