mirror of
https://github.com/StepanovPlaton/torrent_backend.git
synced 2026-04-03 20:30:38 +04:00
Small fixes
This commit is contained in:
@@ -6,6 +6,7 @@ import database
|
||||
|
||||
cli = typer.Typer()
|
||||
|
||||
|
||||
@cli.command(name="create")
|
||||
def create_database(): aiorun(database.create_all())
|
||||
@cli.command(name="drop")
|
||||
|
||||
Reference in New Issue
Block a user