From 1e63b60696f2e3012221e3bf6430a0d66ce1ba34 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 21 Aug 2011 10:47:30 +0200 Subject: Add support for multi-pass database schema drop --- odb/schema-catalog-impl.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'odb/schema-catalog-impl.hxx') diff --git a/odb/schema-catalog-impl.hxx b/odb/schema-catalog-impl.hxx index 51a4902..32fd68f 100644 --- a/odb/schema-catalog-impl.hxx +++ b/odb/schema-catalog-impl.hxx @@ -35,8 +35,9 @@ namespace odb // struct LIBODB_EXPORT schema_catalog_entry { - schema_catalog_entry (const char* name, - bool (*entry) (database&, unsigned short pass)); + schema_catalog_entry ( + const char* name, + bool (*entry) (database&, unsigned short pass, bool drop)); }; } -- cgit v1.1