bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 01 Oct 2009 14:50:10 +0200
branchstable
changeset 3543 ed152fe5aa8b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] when adding a new attribute with a default value, set this value on existing entities (test and fix)

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