https://bugzilla.wikimedia.org/show_bug.cgi?id=45293

Bob Miller <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Bob Miller <[email protected]> ---
The ldap.sql script is not postgres friendly.  change it like so:

CREATE TABLE ldap_domains (
        domain_id serial primary key,
        domain varchar(255) not null,
        user_id int not null
);

CREATE INDEX user_id on ldap_domains (user_id);

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to