bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 06 Oct 2011 16:15:16 +0200
branchstable
changeset 7915 a7f3245e1728
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498)

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