diff -r d95f9002edcc -r e04790a6eea8 server/migractions.py --- 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: