File: testdb_drop.sql

package info (click to toggle)
openldap2.3 2.3.30-5%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 18,316 kB
  • ctags: 15,854
  • sloc: ansic: 210,071; sh: 28,305; cpp: 4,231; sql: 1,661; makefile: 1,515; perl: 870
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 ();