aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-05 11:59:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-05 11:59:00 +0200
commitcd44a367fd73293b1c8edc36aa61667ca020a2eb (patch)
tree1e4ce550a525e23fb7c8c29f18ddda31b61bf066 /odb/option-types.hxx
parent2528431334b0c8aa07c85ec798be5fc9eb5b2add (diff)
Add support for generating schema creation code into separate C++ file
Diffstat (limited to 'odb/option-types.hxx')
-rw-r--r--odb/option-types.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/option-types.hxx b/odb/option-types.hxx
index de3bdb7..66e2f28 100644
--- a/odb/option-types.hxx
+++ b/odb/option-types.hxx
@@ -72,6 +72,7 @@ struct schema_format
// Keep in alphabetic order.
//
embedded,
+ separate,
sql
};