From a4f25daf17392c9c4b90de60b9d777290706f667 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Apr 2013 11:13:51 +0200 Subject: Generate add/drop foreign key migration statements Also add the --fkeys-deferrable-mode option. General schemas generation rework. --- odb/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 104bc4a..02be483 100644 --- a/odb/makefile +++ b/odb/makefile @@ -156,7 +156,8 @@ cxx_ctun := \ option-types.cxx \ option-functions.cxx \ profile.cxx \ -semantics/relational/name.cxx +semantics/relational/name.cxx \ +semantics/relational/deferrable.cxx # Options file. # -- cgit v1.1