server/migractions.py
branchstable
changeset 7505 e04790a6eea8
parent 7501 2983dd24494a
child 7514 32081892850e
child 7556 867ec36530b8
--- a/server/migractions.py	Tue Jun 14 17:15:39 2011 +0200
+++ b/server/migractions.py	Tue Jun 14 17:15:40 2011 +0200
@@ -1137,6 +1137,10 @@
                                               syncprops=syncprops)
         else:
             for etype in self.repo.schema.entities():
+                if etype.eid is None:
+                     # not yet added final etype (thing to BigInt defined in
+                     # yams though 3.13 migration not done yet)
+                    continue
                 self._synchronize_eschema(etype, syncrdefs=syncrdefs,
                                           syncprops=syncprops, syncperms=syncperms)
         if commit: