aboutsummaryrefslogtreecommitdiff
path: root/odb/schema-catalog.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-28 07:52:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-28 07:52:50 +0200
commit08022a07eead928949be5581f1202a197bf68551 (patch)
tree657fb45ee2b1510d157b8146a0bd02684a12e3c2 /odb/schema-catalog.cxx
parent74f50a3bc6890c96532fe9e76e387171aec3a8c3 (diff)
Support for added and deleted data member pragmas
Diffstat (limited to 'odb/schema-catalog.cxx')
-rw-r--r--odb/schema-catalog.cxx2
1 files changed, 1 insertions, 1 deletions
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::