aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.xhtml')
-rw-r--r--doc/manual.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 13eb954..c89cb28 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -12939,7 +12939,7 @@ main ()
{
transaction t (db.begin ());
schema_catalog::migrate (db);
- t.end ();
+ t.commit ();
}
...