misc/migration/3.5.0_Any.py
branch3.5
changeset 3277 4fdb165ae3de
parent 3214 49d085ba05ff
child 4042 f85a4c846aad
--- a/misc/migration/3.5.0_Any.py	Thu Sep 17 09:49:13 2009 +0200
+++ b/misc/migration/3.5.0_Any.py	Thu Sep 17 09:51:39 2009 +0200
@@ -5,3 +5,6 @@
 
 drop_attribute('EmailAddress', 'canonical')
 drop_relation_definition('EmailAddress', 'identical_to', 'EmailAddress')
+
+if 'see_also' in schema:
+    sync_schema_props_perms('see_also', syncprops=False, syncrdefs=False)