aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/add-foreign-key-mssql-patch.xml
AgeCommit message (Collapse)AuthorFilesLines
2013-09-28Don't ignore empty changesetsBoris Kolpackov1-0/+2
This can be useful, for example, in data-only migrations.
2013-09-17Diagnose change of polymorphic base, table kindBoris Kolpackov1-2/+2
2013-04-26Add database name to changelogBoris Kolpackov1-1/+1
2013-04-10Generate add/drop foreign key migration statementsBoris Kolpackov1-1/+1
Also add the --fkeys-deferrable-mode option. General schemas generation rework.
2013-04-10Add changelog support for add/drop index/foreign keyBoris Kolpackov1-0/+23
Also diagnose changes to primary keys and establish the 'alters' association.