misc/migration/3.9.5_Any.py
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 25 Nov 2014 12:15:41 +0100
branchstable
changeset 10056 cb96f4403cf2
parent 6105 a648c832da1f
permissions -rw-r--r--
[pkg] prepare 3.18.7

if not rql('CWConstraintType X WHERE X name "RQLUniqueConstraint"',
           ask_confirm=False):
    rql('INSERT CWConstraintType X: X name "RQLUniqueConstraint"',
        ask_confirm=False)