cubicweb/misc/migration/3.9.5_Any.py
author Arthur Lutz <arthur.lutz@logilab.fr>
Fri, 06 Dec 2019 13:20:05 +0100
changeset 12791 4564ecfc0134
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[doc/conf] update year of copyright

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