﻿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
33470	Avoid SQL comments with descriptions of noop operations in sqlmigrate.	David Szotten	nobody	"for migrations that have no effect on the db (e.g. changing `choices`), `sqlmigrate` still outputs a bunch of text, e.g.


{{{
BEGIN;
--
-- Alter field name on Author
--
COMMIT;
}}}

should we stop doing this?"	Cleanup/optimization	closed	Migrations	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
