﻿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
34534	Reduce index/constraints operations.	David Sanders	nobody	"From https://github.com/django/django/pull/16819#issuecomment-1529913703

 - `RenameIndex` can be reduced into `AddIndex`
 - `DropConstraint` can be reduced with `AddConstraint`
 - A question was raised whether constraints could be reduced into create model though some databases do not support deferrable constraints (eg MySQL)
 - It's worth going over the operations to see if there are any other potential reductions to add"	Cleanup/optimization	new	Migrations	dev	Normal				Accepted	0	0	0	0	0	0
