-- -- -- -- @author Jade Rubick (jader@bread.com) -- @creation-date 2004-07-16 -- @arch-tag: 99b969e0-4944-4656-b5f9-61df7e10344c -- @cvs-id $Id: upgrade-2.13b1-2.13b2.sql,v 1.1.2.3 2005/04/30 06:53:08 maltes Exp $ -- CREATE OR REPLACE view pm_tasks_active as SELECT task_id, task_number, status FROM pm_tasks where deleted_p = 'f';