fix: change default value of --no-migration argument to True
This commit is contained in:
parent
c329e3a1b4
commit
ba9b79f37d
1 changed files with 1 additions and 1 deletions
|
|
@ -936,7 +936,7 @@ async def main():
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--no-migration",
|
"--no-migration",
|
||||||
default=False,
|
default=True,
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Argument stops database migration from being attempted",
|
help="Argument stops database migration from being attempted",
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue