chore: let's just call it flask_migrate

I think it should stay, because it can come handy for some deployment methods.
This commit is contained in:
Eneko Illarramendi
2020-09-06 21:06:01 -03:00
committed by fiatjaf
parent 1bc5e144d3
commit d62031b068
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ from .helpers import get_valid_extensions
@click.command("migrate")
def legacy_migrate():
def flask_migrate():
migrate_databases()