summaryrefslogtreecommitdiff
path: root/odb/relational/header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-21 10:47:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-21 10:47:30 +0200
commit6a6095112daabd18d445ecf0d4c05e993e54236c (patch)
tree215997450ae13f63b0102d90daf41e104d1b0fc9 /odb/relational/header.hxx
parenta26f4251e67ccaaaa848982946c8867443092ebe (diff)
Add support for multi-pass database schema drop
Diffstat (limited to 'odb/relational/header.hxx')
-rw-r--r--odb/relational/header.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index f25e9fe..ceca095 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -1009,7 +1009,7 @@ namespace relational
if (embedded_schema)
{
os << "static bool" << endl
- << "create_schema (database&, unsigned short pass);"
+ << "create_schema (database&, unsigned short pass, bool drop);"
<< endl;
}