From 08022a07eead928949be5581f1202a197bf68551 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 28 Aug 2013 07:52:50 +0200 Subject: Support for added and deleted data member pragmas --- odb/schema-catalog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/schema-catalog.cxx') diff --git a/odb/schema-catalog.cxx b/odb/schema-catalog.cxx index fefb52c..8a5ce71 100644 --- a/odb/schema-catalog.cxx +++ b/odb/schema-catalog.cxx @@ -191,7 +191,7 @@ namespace odb // Update the schema version on the database instance. // - db.schema_version (v, m == migrate_pre, name); + db.schema_version_migration (v, m == migrate_pre, name); } void schema_catalog:: -- cgit v1.1