update migrate output for consistency
This commit is contained in:
		| @@ -69,7 +69,7 @@ async def migrate(ctx: Context, name, empty) -> None: | |||||||
|     ret = await command.migrate(name, empty) |     ret = await command.migrate(name, empty) | ||||||
|     if not ret: |     if not ret: | ||||||
|         return click.secho("No changes detected", fg=Color.yellow) |         return click.secho("No changes detected", fg=Color.yellow) | ||||||
|     click.secho(f"Successfully created migration file {ret}", fg=Color.green) |     click.secho(f"Success creating migration file {ret}", fg=Color.green) | ||||||
|  |  | ||||||
|  |  | ||||||
| @cli.command(help="Upgrade to specified migration version.") | @cli.command(help="Upgrade to specified migration version.") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user