misc/migration/3.9.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 29 Nov 2011 11:18:46 +0100
changeset 8102 619d41a4c770
parent 6105 a648c832da1f
permissions -rw-r--r--
[navigation] provide a link back from the full view to the paginated one provide a better marker for navigation induced call detection Closes #2103687

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