online users fix

This commit is contained in:
SJ
2013-07-24 22:29:28 +02:00
parent 93e9c7ce33
commit 3664b775bb
6 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
alter table `domain` add column `ldap_id` int default 0;
alter table `audit` add column `domain` varchar(128) not null,
alter table `audit` add column `domain` varchar(128) not null;
create index `audit_idx5` on `audit`(`domain`);