Last week I ran site upgrade on a server and was able to upgrade a version of the db from 2.0.18 to 2.5.3. Today, I was trying to run site upgrade against a completely new copy of the 2.0.18 db from the same server running 2.5.3 code.
Things looked like they were going okay until I got this? *CommandError: Model 'attachments.FileAttachment' already has a field named 'orig_filename'* Does evolution cache any information about the old database somewhere other than in the Django DB? It seems like this operation I am trying should work since as far as the code is concern this DB is at 2.0.18 and needs all of the migrations. Jim -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
