mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
6 lines
108 B
MySQL
6 lines
108 B
MySQL
|
|
DROP TABLE IF EXISTS ldap_attrs;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS ldap_entries;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS ldap_objclasses;
|