Skip to content
Snippets Groups Projects
Commit 4bc6ce7f authored by Anton Avramov's avatar Anton Avramov Committed by Quanah Gibson-Mount
Browse files

ITS#9679 - Update ldap_entry_objectclass table for current mysql/mariadb

parent 605aab16
No related branches found
No related tags found
No related merge requests found
......@@ -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)
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment