diff -r 19103bdcab36 -r 282261b26774 doc/book/en/development/migration/index.rst --- a/doc/book/en/development/migration/index.rst Tue Jul 28 23:21:39 2009 +0200 +++ b/doc/book/en/development/migration/index.rst Tue Jul 28 23:48:19 2009 +0200 @@ -129,12 +129,11 @@ * `drop_relation_definition(subjtype, rtype, objtype, commit=True)`, removes a relation definition. -* `sync_schema_props_perms(ertype=None, syncperms=True, - syncprops=True, syncrdefs=True, commit=True)`, +* `sync_schema_props_perms(ertype=None, syncperms=True, syncprops=True, syncrdefs=True, commit=True)`, synchronizes properties and/or permissions on: - * the whole schema if ertype is None - * an entity or relation type schema if ertype is a string - * a relation definition if ertype is a 3-uple (subject, relation, object) + - the whole schema if ertype is None + - an entity or relation type schema if ertype is a string + - a relation definition if ertype is a 3-uple (subject, relation, object) * `change_relation_props(subjtype, rtype, objtype, commit=True, **kwargs)`, changes properties of a relation definition by using the named parameters of the properties