Pass verbosity argument to `createcachetable`

This commit is contained in:
Christopher C. Wells 2022-11-05 07:15:09 -07:00
parent b6563a903f
commit 6b7196cfb7
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class Command(BaseCommand):
migrate.handle(*args, **options)
# Create cache table.
call_command("createcachetable")
call_command("createcachetable", verbosity=verbosity)
if verbosity > 0:
self.stdout.write(self.style.SUCCESS("Cache table created."))