Opened 4 years ago

Last modified 3 years ago

#32502 closed Cleanup/optimization

Replace SQLite schema table rebuild by ALTER functions when supported — at Initial Version

Reported by: Simon Charette Owned by: nobody
Component: Migrations 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

Per https://www.sqlite.org/lang_altertable.html

This will leave only ALTER COLUMN and ADD/REMOVE CONSTRAINT that must be emulated on SQLite 3.35+

Change History (0)

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