-- -- acs-workflow/sql/sample-article-drop.sql -- -- Drops the article-authoring workflow. -- -- @author Kevin Scaldeferri (kevin@theory.caltech.edu) -- -- @creation-date 2000-05-18 -- -- @cvs-id $Id: sample-article-drop.sql,v 1.1 2001/04/12 00:12:06 danw Exp $ -- select workflow__delete_cases('article_wf'); drop table wf_article_cases; select workflow__drop_workflow('article_wf');