migration.py
changeset 10060 08dc10ef9ab1
parent 9829 e0e71b45bf8d
child 10074 ab956b780d4e
--- a/migration.py	Tue Sep 23 13:51:12 2014 +0200
+++ b/migration.py	Fri Sep 19 13:08:26 2014 +0200
@@ -524,7 +524,7 @@
                 self.errors.append( ('add', cube, version, source) )
             elif versions:
                 lower_strict = version_strictly_lower(self.cubes[cube], version)
-                if oper in ('>=','='):
+                if oper in ('>=','=','=='):
                     if lower_strict:
                         self.errors.append( ('update', cube, version, source) )
                 elif oper is None: