misc/migration/3.18.0_Any.py
changeset 9543 39f981482e34
parent 9478 2d7521881d3d
parent 9477 07fc991612b0
child 9635 aaf099172bb9
--- a/misc/migration/3.18.0_Any.py	Mon Feb 03 16:30:07 2014 +0100
+++ b/misc/migration/3.18.0_Any.py	Mon Feb 17 15:32:50 2014 +0100
@@ -138,4 +138,7 @@
 # all attributes perms have to be refreshed ...
 for rschema in schema.relations():
     if rschema.final:
-        sync_schema_props_perms(rschema.type, syncprops=False)
+        if rschema.type in fsschema:
+            sync_schema_props_perms(rschema.type, syncprops=False, ask_confirm=False)
+        else:
+            print 'WARNING: attribute %s missing from fs schema' % rschema.type