mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
9 lines
238 B
MySQL
9 lines
238 B
MySQL
|
|
drop table ldap_attr_mappings;
|
||
|
|
drop table ldap_entry_objclasses;
|
||
|
|
drop table ldap_referrals;
|
||
|
|
drop sequence ldap_entry_ids;
|
||
|
|
drop sequence ldap_attr_ids;
|
||
|
|
drop sequence ldap_objclass_ids;
|
||
|
|
drop table ldap_entries;
|
||
|
|
drop table ldap_oc_mappings;
|