aboutsummaryrefslogtreecommitdiff
path: root/evolution/template/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'evolution/template/driver.cxx')
-rw-r--r--evolution/template/driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/evolution/template/driver.cxx b/evolution/template/driver.cxx
index b2ff10e..c5101c6 100644
--- a/evolution/template/driver.cxx
+++ b/evolution/template/driver.cxx
@@ -47,7 +47,6 @@ main (int argc, char* argv[])
{
transaction t (db->begin ());
schema_catalog::drop_schema (*db);
- schema_catalog::drop_schema (*db, "2");
schema_catalog::create_schema (*db, "", false);
schema_catalog::migrate_schema (*db, 2);
t.commit ();