author | Florent Cayre <florent.cayre@logilab.fr> |
Mon, 15 Jul 2013 10:40:49 +0200 | |
branch | stable |
changeset 9152 | b0155bfd4e17 |
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) |