Where can I find the milestone in the database? - FogBugz Knowledge Exchange most recent 30 from http://fogbugz.stackexchange.com2013-05-22T10:16:01Zhttp://fogbugz.stackexchange.com/feeds/question/6977http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://fogbugz.stackexchange.com/questions/6977/where-can-i-find-the-milestone-in-the-databaseWhere can I find the milestone in the database?Gerald2011-02-08T23:05:16Z2011-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#6978Answer by Daniel LeCheminant for Where can I find the milestone in the database?Daniel LeCheminant2011-02-09T02:56:29Z2011-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>