bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 05 Aug 2009 17:27:33 +0200
changeset 2700 ecf888c8a250
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema

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