mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
drop stored procedures
This commit is contained in:
parent
d6d202693d
commit
e6ecb77b0e
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user