-- Drop procedural database code for the workflow package, a package in the OpenACS system. -- -- @author Lars Pind (lars@collaboraid.biz) -- @author Peter Marklund (peter@collaboraid.biz) -- -- This is free software distributed under the terms of the GNU Public -- License. Full text of the license is available from the GNU Project: -- http://www.fsf.org/copyleft/gpl.html --------------------------------- -- Workflow level, Generic Model --------------------------------- -- Drop all functions drop function workflow__new (varchar, -- short_name varchar, -- pretty_name integer, -- object_id varchar, -- object_type integer, -- creation_user integer, -- creation_ip integer -- context_id );