From acd66db1ce8aa960b34710857ce990dd048cd3ae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Apr 2013 11:13:52 +0200 Subject: Generate add/drop foreign key migration statements Also add the --fkeys-deferrable-mode option. General schemas generation rework. --- evolution/makefile | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'evolution/makefile') diff --git a/evolution/makefile b/evolution/makefile index 6c38b0f..867fd3e 100644 --- a/evolution/makefile +++ b/evolution/makefile @@ -4,14 +4,16 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -tests := \ -add-table \ -drop-table \ -add-column \ -drop-column \ -alter-column \ -add-index \ -drop-index \ +tests := \ +add-table \ +drop-table \ +add-column \ +drop-column \ +alter-column \ +add-foreign-key \ +drop-foreign-key \ +add-index \ +drop-index \ template default := $(out_base)/ -- cgit v1.1