Where can I find the milestone in the database? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com 2013-05-22T10:16:01Z http://fogbugz.stackexchange.com/feeds/question/6977 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://fogbugz.stackexchange.com/questions/6977/where-can-i-find-the-milestone-in-the-database Where can I find the milestone in the database? Gerald 2011-02-08T23:05:16Z 2011-02-09T02:56:29Z <p>I need to export some data for a report, but I can't find the Milestone table or column in the Fogbugz database. Can you tell me where to find the milestone information that relates to a particular Bug?</p> http://fogbugz.stackexchange.com/questions/6977/where-can-i-find-the-milestone-in-the-database/6978#6978 Answer by Daniel LeCheminant for Where can I find the milestone in the database? Daniel LeCheminant 2011-02-09T02:56:29Z 2011-02-09T02:56:29Z <p>The trick is to know that what we now call <code>Milestones</code> used to be referred to as <code>FixFors</code></p> <p>So you need to look at <code>Bug.ixFixFor</code> and the <code>FixFor</code> table.</p>