mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #24560 -- Added a --dry-run mode to the createcachetable command.
This commit is contained in:
parent
727e40c879
commit
5564d0f2ee
5 changed files with 40 additions and 4 deletions
|
@ -206,6 +206,9 @@ If you are using multiple databases, :djadmin:`createcachetable` observes the
|
|||
Like :djadmin:`migrate`, :djadmin:`createcachetable` won't touch an existing
|
||||
table. It will only create missing tables.
|
||||
|
||||
To print the SQL that would be run, rather than run it, use the
|
||||
:djadminopt:`--dry-run` option.
|
||||
|
||||
Multiple databases
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue