aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/makefile
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-10-23Get rid of command for target that has nothing to buildBoris Kolpackov1-1/+1
This makes a difference in make output. Without the command we get "Nothing to be done..." (which is what we want) while with the command we get no diagnostics.
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov1-9/+3
Only possible in the development build system at this stage.
2013-04-10Generate add/drop table migration statementsBoris Kolpackov1-2/+3
2013-04-10Add changelog support for add/drop index/foreign keyBoris Kolpackov1-7/+11
Also diagnose changes to primary keys and establish the 'alters' association.
2013-04-10Add changelog support for add, drop, and later columnBoris Kolpackov1-1/+7
2013-04-10Add changelog testBoris Kolpackov1-0/+97