There was an error while loading. Please reload this page.
1 parent d7429de commit 5099f31Copy full SHA for 5099f31
docs/ref/django-admin.txt
@@ -863,6 +863,16 @@ Note that the order in which the SQL files are processed is undefined.
863
The :djadminopt:`--database` option can be used to specify the database for
864
which to print the SQL.
865
866
+sqldropindexes <appname appname ...>
867
+--------------------------------
868
+
869
+.. django-admin:: sqldropindexes
870
871
+Prints the DROP INDEX SQL statements for the given app name(s).
872
873
+The :djadminopt:`--database` option can be used to specify the database for
874
+which to print the SQL.
875
876
sqlflush
877
--------
878
0 commit comments