aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
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/option-types.hxx
parent2fa6a4d00945866e62d980270d5807f3abca75ab (diff)
Generate add/drop foreign key migration statements
Also add the --fkeys-deferrable-mode option. General schemas generation rework.
Diffstat (limited to 'odb/option-types.hxx')
-rw-r--r--odb/option-types.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/option-types.hxx b/odb/option-types.hxx
index 9a0cad5..2f8825d 100644
--- a/odb/option-types.hxx
+++ b/odb/option-types.hxx
@@ -12,8 +12,10 @@
#include <odb/semantics/relational/name.hxx>
+#include <odb/semantics/relational/deferrable.hxx>
using semantics::relational::qname;
+using semantics::relational::deferrable;
struct cxx_version
{