aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-10-15 06:25:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-10-15 06:25:52 +0200
commit739b8af6b6f78143e58f4818d34d184f56b44481 (patch)
tree035507549a63bd3a2f5c50155b761adfd0098181
parentca154e92f58734bee675558b10a750e14a09e47c (diff)
Documentation improvement
-rw-r--r--doc/manual.xhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index 36863aa..79722db 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -12658,8 +12658,8 @@ main ()
migration functions with <code>schema_catalog</code>. At the
lower level we can call the <code>data_migration_function()</code>
static function for every migration function we have, for example,
- at the beginning of <code>main()</code>. Data migration functions
- are called in the order of registration.</p>
+ at the beginning of <code>main()</code>. For each version, data
+ migration functions are called in the order of registration.</p>
<p>A more convenient approach, however, is to use the
<code>data_migration_entry</code> helper class template to register the