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:
committed by
fiatjaf
parent
1bc5e144d3
commit
d62031b068
+1
-1
@@ -9,7 +9,7 @@ from .helpers import get_valid_extensions
|
||||
|
||||
|
||||
@click.command("migrate")
|
||||
def legacy_migrate():
|
||||
def flask_migrate():
|
||||
migrate_databases()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user