mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
10 lines
200 B
MySQL
10 lines
200 B
MySQL
|
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;
|