Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Daulet Amirkhanov
ba9b79f37d fix: change default value of --no-migration argument to True 2025-09-23 13:27:49 +01:00

View file

@ -936,7 +936,7 @@ async def main():
parser.add_argument(
"--no-migration",
default=False,
default=True,
action="store_true",
help="Argument stops database migration from being attempted",
)