bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 28 Jan 2015 15:06:34 +0100
changeset 10169 ed57c5215530
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration/3.20] sync rtypes before etypes We need to make sure the rtypes are inlined before adding unique indices.

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