cubicweb/misc/migration/3.9.5_Any.py
author Laurent Peuch <cortex@worlddomination.be>
Fri, 27 Sep 2019 06:51:29 +0200
changeset 12772 a2b8c201727f
parent 11057 0b59724cb3f2
permissions -rw-r--r--
[debug-toolbar/display_source_code] add helper to render link to source file Closes #17256791

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