update README.md

This commit is contained in:
long2ice
2021-08-03 16:25:06 +08:00
parent 6f5a9ab78c
commit 79b7ae343a
2 changed files with 12 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ class Command:
inspect = InspectDb(connection, tables)
await inspect.inspect()
async def migrate(self, name: str):
async def migrate(self, name: str = "update"):
return await Migrate.migrate(name)
async def init_db(self, safe: bool):