summaryrefslogtreecommitdiff
path: root/odb/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-08 11:13:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:44 +0200
commita4f25daf17392c9c4b90de60b9d777290706f667 (patch)
treee3b4903ac35eb2ec4c44cfc7ce630f5d964c7b3d /odb/makefile
parent2fa6a4d00945866e62d980270d5807f3abca75ab (diff)
Generate add/drop foreign key migration statements
Also add the --fkeys-deferrable-mode option. General schemas generation rework.
Diffstat (limited to 'odb/makefile')
-rw-r--r--odb/makefile3
1 files changed, 2 insertions, 1 deletions
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.
#