misc/migration/3.9.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Oct 2013 12:10:44 +0200
branchstable
changeset 9266 e54171abd3ed
parent 6105 a648c832da1f
permissions -rw-r--r--
Added tag cubicweb-version-3.17.9, cubicweb-debian-version-3.17.9-1 for changeset 5668d210e49c

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