mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
drop stored procedures
This commit is contained in:
parent
d6d202693d
commit
e6ecb77b0e
1 changed files with 7 additions and 0 deletions
|
|
@ -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 a new issue