mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05: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;
|