diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:01:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:03 +0200 |
commit | 649c1abcceab97c8ece976cc30bab0e3aaa3be54 (patch) | |
tree | e33b635509736d054445f92eebb73fff7e8cc5e9 /evolution/combined/driver.cxx | |
parent | 4c893bdef4b57193438e57b09627560e53f3e6d8 (diff) |
Add schema name to changelog
Diffstat (limited to 'evolution/combined/driver.cxx')
-rw-r--r-- | evolution/combined/driver.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/evolution/combined/driver.cxx b/evolution/combined/driver.cxx index 4152133..c48b9fd 100644 --- a/evolution/combined/driver.cxx +++ b/evolution/combined/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 (); |