From 739b8af6b6f78143e58f4818d34d184f56b44481 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Oct 2013 06:25:52 +0200 Subject: Documentation improvement --- doc/manual.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 schema_catalog. At the lower level we can call the data_migration_function() static function for every migration function we have, for example, - at the beginning of main(). Data migration functions - are called in the order of registration.

+ at the beginning of main(). For each version, data + migration functions are called in the order of registration.

A more convenient approach, however, is to use the data_migration_entry helper class template to register the -- cgit v1.1