diff options
Diffstat (limited to 'evolution/version/driver.cxx')
-rw-r--r-- | evolution/version/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ()); |