﻿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
33471	AlterField operation should be noop when adding/changing choices on SQLite.	David Szotten	Sarah Boyce	while writing a test case for #33470 i found that for sqlite, even a seemingly db-transparent change like adding `choices` still generates sql (new table + insert + drop + rename) even though this shouldn't be needed. on e.g. postgres the same migration generates no sql	Cleanup/optimization	closed	Migrations	4.0	Normal	fixed		Adam Johnson Sarah Boyce	Ready for checkin	1	0	0	0	1	0
