author | Christophe de Vienne <christophe@unlish.com> |
Wed, 19 Nov 2014 11:30:18 +0100 | |
changeset 10064 | 91a8f355c082 |
parent 6105 | a648c832da1f |
permissions | -rw-r--r-- |
6105
a648c832da1f
RQLUniqueConstraint not in CWConstraintType for some old instances
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff
changeset
|
1 |
if not rql('CWConstraintType X WHERE X name "RQLUniqueConstraint"', |
a648c832da1f
RQLUniqueConstraint not in CWConstraintType for some old instances
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff
changeset
|
2 |
ask_confirm=False): |
a648c832da1f
RQLUniqueConstraint not in CWConstraintType for some old instances
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff
changeset
|
3 |
rql('INSERT CWConstraintType X: X name "RQLUniqueConstraint"', |
a648c832da1f
RQLUniqueConstraint not in CWConstraintType for some old instances
Sylvain Thénault <sylvain.thenault@logilab.fr>
parents:
diff
changeset
|
4 |
ask_confirm=False) |