summaryrefslogtreecommitdiff
path: root/evolution/add-table/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/add-table/driver.cxx
parent4c893bdef4b57193438e57b09627560e53f3e6d8 (diff)
Add schema name to changelog
Diffstat (limited to 'evolution/add-table/driver.cxx')
-rw-r--r--evolution/add-table/driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/evolution/add-table/driver.cxx b/evolution/add-table/driver.cxx
index 163fe30..bd62068 100644
--- a/evolution/add-table/driver.cxx
+++ b/evolution/add-table/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 ();