mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
6 lines
159 B
MySQL
6 lines
159 B
MySQL
|
DROP TABLE IF EXISTS persons;
|
||
|
DROP TABLE IF EXISTS institutes;
|
||
|
DROP TABLE IF EXISTS documents;
|
||
|
DROP TABLE IF EXISTS authors_docs;
|
||
|
DROP TABLE IF EXISTS phones;
|