migration.py
changeset 10074 ab956b780d4e
parent 9897 fa44db7da2dc
parent 10060 08dc10ef9ab1
child 10107 1ef92a6193a8
--- a/migration.py	Wed Jul 30 22:26:18 2014 +0200
+++ b/migration.py	Mon Dec 01 11:13:10 2014 +0100
@@ -525,7 +525,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: