bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Mon, 10 Mar 2014 15:17:50 +0100
branchstable
changeset 9565 fa00fc251d57
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migractions] Better handle removal of RQLConstraint in sync_schema In rdef synchronisation, filter unmodified constraints before processing the sets of old and new constraints. Add a new `constraint_by_eid` method on RelationDefinitionSchema, which eliminates the ambiguity of `constraint_by_type` usage when several constraints of the same type are involved in the same migration. Closes #3633644.

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