-- -- Drop script for auth-server -- -- @author Andrew Grumet (aegrumet@mit.edu) -- @author Lars Pind (lars@collaboraid.biz) -- -- @creation-date 20003-10-08 -- -- @cvs-id $Id: auth-server-drop.sql,v 1.1 2003/10/08 11:30:23 lars Exp $ -- drop sequence auth_server_token_id_seq; drop table authentication_server_token;