Opened 4 years ago

Closed 4 years ago

#31479 closed New feature (fixed)

Add support to reset sequences on SQLite

Reported by: Jon Dufresne Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Can use the internal sqlite_sequence table:

https://sqlite.org/fileformat2.html#seqtab

Change History (3)

comment:2 by Simon Charette, 4 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: newclosed

In 75866b9:

Fixed #31479 -- Added support to reset sequences on SQLite.

Note: See TracTickets for help on using tickets.
Back to Top