mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:37:02 +02:00
online users fix
This commit is contained in:
@ -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`);
|
||||
|
||||
|
Reference in New Issue
Block a user