bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Thu, 09 Dec 2010 14:55:51 +0100
brancholdstable
changeset 6734 ec9a5efdc451
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
make rename_table work with MS SQL (needs updated logilab.database)

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