misc/migration/3.18.0_Any.py
changeset 9369 176c1edf51b0
parent 9361 0542a85fe667
child 9370 15c695d8d865
--- a/misc/migration/3.18.0_Any.py	Thu Dec 12 15:38:49 2013 +0100
+++ b/misc/migration/3.18.0_Any.py	Thu Dec 19 17:09:16 2013 +0100
@@ -86,6 +86,6 @@
 
 for rschema in schema.relations():
     if rschema.symmetric:
-        with session.allow_all_hooks_but('activeintegrity'):
+        with session.deny_all_hooks_but():
             rql('SET X %(r)s Y WHERE Y %(r)s X, NOT X %(r)s Y' % {'r': rschema.type})
     commit()