Skip to content

Commit d92dfc3

Browse files
committed
Fix docstring
1 parent 770308a commit d92dfc3

File tree

1 file changed

+2
-1
lines changed
  • backend/infrahub/cli

1 file changed

+2
-1
lines changed

backend/infrahub/cli/db.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ async def migrate_database(
319319
320320
Args:
321321
db: The database object.
322-
migration_number: If provided, the function will only apply the migration with the given number. Defaults to None.
322+
migrations: Sequence of migrations to apply.
323+
initialize: Whether to initialize the registry before running migrations.
323324
"""
324325
if not migrations:
325326
return True

0 commit comments

Comments
 (0)