home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / sql / delete_workflow.sql < prev    next >
Encoding:
Text File  |  2002-09-07  |  112 b   |  4 lines

  1. # delete all states in the workflow table (when the project is deleted)
  2. DELETE FROM workflow
  3. WHERE project_id=?
  4.