We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770308a commit d92dfc3Copy full SHA for d92dfc3
backend/infrahub/cli/db.py
@@ -319,7 +319,8 @@ async def migrate_database(
319
320
Args:
321
db: The database object.
322
- migration_number: If provided, the function will only apply the migration with the given number. Defaults to None.
+ migrations: Sequence of migrations to apply.
323
+ initialize: Whether to initialize the registry before running migrations.
324
"""
325
if not migrations:
326
return True
0 commit comments