From 5d33aeaa327f53c920a65302925090debdfc80b8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 5 Jul 2011 18:39:09 +0200 Subject: Add support for multi-pass database schema generation --- odb/relational/header.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/relational/header.hxx') diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx index 11ecfdf..f25e9fe 100644 --- a/odb/relational/header.hxx +++ b/odb/relational/header.hxx @@ -1008,8 +1008,8 @@ namespace relational // if (embedded_schema) { - os << "static void" << endl - << "create_schema (database&);" + os << "static bool" << endl + << "create_schema (database&, unsigned short pass);" << endl; } -- cgit v1.1