Final docs push
This commit is contained in:
parent
321b356140
commit
269d44c26e
13 changed files with 442 additions and 48 deletions
|
@ -7,6 +7,7 @@ from aredis_om.model.migrations.migrator import Migrator
|
|||
@click.option("--module", default="aredis_om")
|
||||
def migrate(module):
|
||||
migrator = Migrator(module)
|
||||
migrator.detect_migrations()
|
||||
|
||||
if migrator.migrations:
|
||||
print("Pending migrations:")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue