--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/migration/3.9.5_Any.py Thu Aug 12 15:58:42 2010 +0200
@@ -0,0 +1,4 @@
+if not rql('CWConstraintType X WHERE X name "RQLUniqueConstraint"',
+ ask_confirm=False):
+ rql('INSERT CWConstraintType X: X name "RQLUniqueConstraint"',
+ ask_confirm=False)
--- a/misc/migration/bootstrapmigration_repository.py Thu Aug 12 14:41:44 2010 +0200
+++ b/misc/migration/bootstrapmigration_repository.py Thu Aug 12 15:58:42 2010 +0200
@@ -18,7 +18,6 @@
"""allways executed before all others in server migration
it should only include low level schema changes
-
"""
from __future__ import with_statement