# HG changeset patch # User Sylvain Thénault # Date 1308064540 -7200 # Node ID e04790a6eea82c322d0a6feaf0ab5fc7cc3ce85d # Parent d95f9002edccb35c03be28c7b5746a18ff54c1bb [migration] this is needed to avoid pb with yams 0.33 / cw < 3.13 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: