]> git.sur5r.net Git - openldap/blob - servers/slapd/back-sql/rdbms_depend/mssql/backsql_drop.sql
Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC,
[openldap] / servers / slapd / back-sql / rdbms_depend / mssql / backsql_drop.sql
1 drop table ldap_attr_mappings
2 GO
3
4 drop table ldap_referrals
5 GO
6
7 drop table ldap_entry_objclasses
8 GO
9
10 drop table ldap_entries
11 GO
12
13 drop table ldap_oc_mappings
14 GO