From cd44a367fd73293b1c8edc36aa61667ca020a2eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Mar 2012 11:59:00 +0200 Subject: Add support for generating schema creation code into separate C++ file --- odb/option-types.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/option-types.cxx') diff --git a/odb/option-types.cxx b/odb/option-types.cxx index 3bbe72e..ceb71db 100644 --- a/odb/option-types.cxx +++ b/odb/option-types.cxx @@ -98,6 +98,7 @@ operator<< (ostream& os, database db) static const char* schema_format_[] = { "embedded", + "separate", "sql" }; -- cgit v1.1