-- -- Groups that implement the profile provider interface -- -- @author yon@milliped.com -- @version $Id: profiled-group-drop.sql,v 1.1 2002/03/29 16:53:02 ben Exp $ -- drop function profiled_group__new(integer,integer,varchar,varchar,varchar,varchar,varchar,timestamp,integer,varchar); drop function profiled_group__delete(integer); select acs_object_type__drop_type('profiled_group'); drop table profiled_groups;