1

There is a problem in my database (or I think there is). How do I check that it is setup correctly? If there are problems, how do I fix them?

flag

1 Answer

2

You can see how the database schema should be here.

FogBugz site diagnostics will check for "Rogue Cases" in ./diagnostics.asp?sStep=testroguecases

You can force FogBugz to check the whole schema and correct mistakes (such as missing tables) by going to http://yourfogbugz/default.asp?pg=pgForceDatabaseCheck

These checks won't catch every possible problem, such as missing default values for columns. If you have issues with the database after trying these, send us an email.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.