mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
14 lines
341 B
SQL
14 lines
341 B
SQL
DROP TABLE persons;
|
|
DROP TABLE institutes;
|
|
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 ();
|
|
|