aboutsummaryrefslogtreecommitdiff
path: root/evolution/version/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:01:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:03 +0200
commit649c1abcceab97c8ece976cc30bab0e3aaa3be54 (patch)
treee33b635509736d054445f92eebb73fff7e8cc5e9 /evolution/version/driver.cxx
parent4c893bdef4b57193438e57b09627560e53f3e6d8 (diff)
Add schema name to changelog
Diffstat (limited to 'evolution/version/driver.cxx')
-rw-r--r--evolution/version/driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/evolution/version/driver.cxx b/evolution/version/driver.cxx
index 81ce4cf..b171969 100644
--- a/evolution/version/driver.cxx
+++ b/evolution/version/driver.cxx
@@ -48,7 +48,6 @@ main (int argc, char* argv[])
{
transaction t (db->begin ());
schema_catalog::drop_schema (*db);
- schema_catalog::drop_schema (*db, "2");
assert (db->schema_version () == 0);