misc/migration/3.9.5_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Mon, 08 Jul 2013 20:48:54 +0200
branchstable
changeset 9144 d65b6434ae3f
parent 6105 a648c832da1f
permissions -rw-r--r--
[pkg] Remove obsolete ubuntu hardy packaging It's been EOL for a while.

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