aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-28 07:52:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:02 +0200
commitaa12a6286a51c21cbae51ff1d880d10fc6f4e617 (patch)
tree7f5a2fdeea66da8f52d6b20fb50d4838b67f2752
parent7417ee383bc5fb69d90253414446a8b5eff79ecb (diff)
Support for added and deleted data member pragmas
-rw-r--r--evolution/embedded/driver.cxx2
-rw-r--r--evolution/version/driver.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/evolution/embedded/driver.cxx b/evolution/embedded/driver.cxx
index 964af16..ef274ee 100644
--- a/evolution/embedded/driver.cxx
+++ b/evolution/embedded/driver.cxx
@@ -129,7 +129,7 @@ main (int argc, char* argv[])
// Test the case where there is still no version table.
//
- db->schema_version (0, false);
+ db->schema_version_migration (0, false);
{
transaction t (db->begin ());
diff --git a/evolution/version/driver.cxx b/evolution/version/driver.cxx
index d69e195..81ce4cf 100644
--- a/evolution/version/driver.cxx
+++ b/evolution/version/driver.cxx
@@ -127,7 +127,7 @@ main (int argc, char* argv[])
// Test the case where there is still no version table.
//
- db->schema_version (0, false);
+ db->schema_version_migration (0, false);
{
transaction t (db->begin ());