﻿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
36893	MigrationWriter doesn't serialise elidable kwarg	Leigh Greville	SnippyCodes	"If a migration has elidable RunSQL operations and is serialised by MigrationWriter, they will be serialised without the elidable kwarg. This means they will now be treated as unelidable. 

This issue came up for me recently when automatically generating a migration to remove stale tables/columns: the generated migration contains elidable RunSQL operations to drop the stale data, but when they are serialised they are no longer marked as elidable.

This has likely not cropped up before, as MigrationWriter is typically used by the squash command, which never needs to write the operation (cause it gets thrown away if it's elidable).

Someone from my company can pick this up if it's accepted"	Bug	closed	Migrations	6.0	Normal	fixed	migrations runsql	Jarek Glowacki	Ready for checkin	1	0	0	0	1	0
