From aa12a6286a51c21cbae51ff1d880d10fc6f4e617 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 --- evolution/version/driver.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evolution/version') 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 ()); -- cgit v1.1