doc/book/en/development/migration/index.rst
changeset 2544 282261b26774
parent 2535 c7b736929a58
child 4437 21f2e01fdd6a
--- 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