mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 23:01:58 +01:00
sql upgrade script fix
This commit is contained in:
parent
cdd78a5ad8
commit
b992eb467d
4
README
4
README
@ -24,9 +24,9 @@ Features:
|
|||||||
|
|
||||||
- AD / LDAP authentication
|
- AD / LDAP authentication
|
||||||
|
|
||||||
- IMAP authentication
|
- IMAP, POP3 authentication
|
||||||
|
|
||||||
- single sign-on
|
- single sign-on (SSO)
|
||||||
|
|
||||||
- Google Apps support
|
- Google Apps support
|
||||||
|
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
alter table archiving_rule add column `body` varchar(128) default null;
|
alter table archiving_rule add column `body` varchar(128) default null;
|
||||||
alter table retention_rule add column `body` varchar(128) default null;
|
alter table retention_rule add column `body` varchar(128) default null;
|
||||||
|
|
||||||
--drop index entry on archiving_rule;
|
|
||||||
--drop index entry on retention_rule;
|
|
||||||
|
|
||||||
create unique index `entry` on archiving_rule (`domain`,`from`,`to`,`subject`,`body`,`_size`,`size`,`attachment_name`,`attachment_type`,`_attachment_size`,`attachment_size`,`spam`);
|
create unique index `entry` on archiving_rule (`domain`,`from`,`to`,`subject`,`body`,`_size`,`size`,`attachment_name`,`attachment_type`,`_attachment_size`,`attachment_size`,`spam`);
|
||||||
create unique index `entry` on retention_rule (`domain`,`from`,`to`,`subject`,`body`,`_size`,`size`,`attachment_name`,`attachment_type`,`_attachment_size`,`attachment_size`,`spam`);
|
create unique index `entry` on retention_rule (`domain`,`from`,`to`,`subject`,`body`,`_size`,`size`,`attachment_name`,`attachment_type`,`_attachment_size`,`attachment_size`,`spam`);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user