﻿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
29377	DatabaseSchemaEditor: add a hook to run DML statements after the entire schema is created	Maximiliano Robaina	nobody	"A nice option would be to have a hook to run DML statements after all migrations were applied and commited.

A uses case  (for example in Firebird SQL) is to add a new field on already existing and populated table. Is not enough set and drop a default value, we need to update the new field with efective default value. It is not possible without commit the schema alteration.
An aproach could be to have a kind of hook to run sql statements (DML statement in this case) when the schema  altereation finished (and commited). Of course, must bu runned in another transaction.

This feature request is to better support of third-party database backends."	New feature	closed	Migrations	2.0	Normal	wontfix		Maximiliano Robaina Simon Charette	Accepted	0	0	0	0	0	0
