mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
8 lines
162 B
MySQL
8 lines
162 B
MySQL
|
|
DROP TABLE IF EXISTS ldap_entry_objclasses;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS ldap_attr_mappings;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS ldap_entries;
|
||
|
|
|
||
|
|
DROP TABLE IF EXISTS ldap_oc_mappings;
|