mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
ITS#9679 - Update ldap_entry_objectclass table for current mysql/mariadb
This commit is contained in:
parent
a7f2b55874
commit
01b653fd61
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ alter table ldap_entries add
|
|||
drop table if exists ldap_entry_objclasses;
|
||||
create table ldap_entry_objclasses
|
||||
(
|
||||
entry_id integer not null references ldap_entries(id),
|
||||
entry_id integer unsigned not null references ldap_entries(id),
|
||||
oc_name varchar(64)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue