bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 20 Jun 2016 15:10:24 +0200
changeset 11365 eedf0684533c
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[migration] drop identity_relation if it exists It has been generated erroneously for a while, then fixed but not properly deleted from old databases. Don't use IF EXISTS for sqlserver compat.

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