mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
7 lines
162 B
SQL
7 lines
162 B
SQL
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;
|