Overview:
Clearing the tables can fix unstable menus on FogBugz, fragmented caches issues and this also helps when the FragmentedDependencies table is broken.
Audience:
Agent-Only
Step-By-Step Guide:
- Enter the SQL section on FogBugz
- Run the following query:
- DELETE FROM FragmentCache;
For the FragmentedDependencies table
-
Run the following queries:
- DELETE FROM FragmentCache;
- DELETE FROM FragmentDependency;
- UPDATE Setting SET sValue = '1' WHERE sKey = 'sCacheVersion';
- Go to any page in FogBugz and it will refill the FragmentedDependencies table.