mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 15:49:34 -05:00
9 lines
200 B
SQL
9 lines
200 B
SQL
DROP TABLE IF EXISTS ldap_referrals;
|
|
|
|
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;
|