bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 02 Dec 2015 15:19:24 +0100
changeset 11026 ce9b3886955d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[dataimport] remove eids_seq_start attribute from massive store Instead provide a utility function to reset the eid sequence.

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