home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / sql / create_index_trail.sql < prev    next >
Encoding:
Text File  |  2003-04-17  |  108 b   |  3 lines

  1. # create the issue_id index for the issue trail table
  2. CREATE INDEX $PROJECT1 ON $PROJECT_trail (issue_id)
  3.