bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 13 Jan 2011 12:36:08 +0100
branchstable
changeset 6815 a84190d4e78c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])