﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
37068	Avoid table rebuild on SQLite 3.53.0+ for NOT NULL and CHECK constraints	Adam Johnson	Adam Johnson	"Per [https://www.sqlite.org/releaselog/3_53_0.html#:~:text=features:-,Enhance%20ALTER%20TABLE%20to%20permit%20adding%20and%20removing%20NOT%20NULL%20and%20CHECK%20constraints.,-The this release note]:

>  Enhance ALTER TABLE to permit adding and removing NOT NULL and CHECK constraints.

…we should be able to extend `django/db/backends/sqlite3/schema.py` to avoid table rebuilds in those scenarios."	New feature	assigned	Database layer (models, ORM)	dev	Normal				Accepted	0	0	0	0	0	0
