Changes between Version 27 and Version 28 of Version1.1Features


Ignore:
Timestamp:
09/19/08 10:46:21 (15 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Version1.1Features

    v27 v28  
    4444 * create a list of tickets in trac db that have a high interested people count (as if something is important to many, it should be considered):
    4545{{{
    46 select summary from ticket where length(cc) > 100;
     46select summary from ticket where length(cc) > 50;
    4747}}}
Back to Top