misc/migration/3.13.6_Any.py
author Florent Cayre <florent.cayre@logilab.fr>
Mon, 15 Jul 2013 10:40:49 +0200
branchstable
changeset 9152 b0155bfd4e17
parent 7826 65b7ea00bab8
permissions -rw-r--r--
Protect against crash in the `relation_possible` predicate with ambiguous relations. It was still possible to get a KeyError when using relations that are ambiguous at both ends, like (Executable, version_of, Program) & (Version, version_of, Project). Closes #3010148.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7826
65b7ea00bab8 [schema] drop CWSourceSchemaConfig[cw_for_source,cw_schema] unique constraint (closes #1946277)
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff changeset
     1
sync_schema_props_perms('CWSourceSchemaConfig')