mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Merge pull request #817 from rybaktomasz/ticket_5568
Fixes #5568 -- DROP INDEX subcommand
This commit is contained in:
commit
e4e1287590
7 changed files with 121 additions and 2 deletions
|
@ -863,6 +863,16 @@ Note that the order in which the SQL files are processed is undefined.
|
|||
The :djadminopt:`--database` option can be used to specify the database for
|
||||
which to print the SQL.
|
||||
|
||||
sqldropindexes <appname appname ...>
|
||||
--------------------------------
|
||||
|
||||
.. django-admin:: sqldropindexes
|
||||
|
||||
Prints the DROP INDEX SQL statements for the given app name(s).
|
||||
|
||||
The :djadminopt:`--database` option can be used to specify the database for
|
||||
which to print the SQL.
|
||||
|
||||
sqlflush
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue