bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Sun, 22 Mar 2015 19:39:29 +0100
changeset 10444 fb7c1013189e
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[schema2sql] support NOW and TODAY in check constraints Related to #5154406.

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