drop stored procedures

This commit is contained in:
Pierangelo Masarati 2005-07-20 11:16:09 +00:00
parent d6d202693d
commit e6ecb77b0e

View File

@ -4,3 +4,10 @@ DROP TABLE documents;
DROP TABLE authors_docs;
DROP TABLE phones;
DROP TABLE referrals;
DROP FUNCTION create_person ();
DROP FUNCTION update_person_cn (varchar, int);
DROP FUNCTION add_phone (varchar, int);
DROP FUNCTION create_doc ();
DROP FUNCTION create_o ();
DROP FUNCTION create_referral ();