mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #31479 -- Added support to reset sequences on SQLite.
This commit is contained in:
parent
5220ca8d8a
commit
75866b93cc
4 changed files with 40 additions and 7 deletions
|
@ -320,6 +320,9 @@ Management Commands
|
|||
* The new :option:`dbshell -- ARGUMENTS <dbshell -->` option allows passing
|
||||
extra arguments to the command-line client for the database.
|
||||
|
||||
* The :djadmin:`flush` and :djadmin:`sqlflush` commands now include SQL to
|
||||
reset sequences on SQLite.
|
||||
|
||||
Migrations
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue