If You Modified 3.0 And Are Upgrading to a Later Version
If you modified your database in a previous version of FogBugz, here's a word to the wise. Make sure you don't have a zero index in any tables.
For example, look in the Priority table. If the first row has an ixPriority of 1, that's the way we set it. But if it is 0, you have modified it in a way that may have worked in 3.0 but will not work in 4.0 or later. You will need to add a value of one to the ixPriority in each row. So if it currently says 0-6, you need to make it 1-7. Then, of course, you would need to add one to the ixPriority value of every bug in the system.
This article is not a comprehensive guide for everyone who modified their FogBugz and is having trouble upgrading from 3.0 to a later version of FogBugz. Asking how comprehensive such an article ought to be is like asking how high is up. This is why we cannot provide support to modified code (which includes modified databases).
