mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-24 09:25:01 +02:00
improved legal hold schema
This commit is contained in:
@@ -426,7 +426,7 @@ create table if not exists `autosearch` (
|
|||||||
|
|
||||||
|
|
||||||
create table if not exists `legal_hold` (
|
create table if not exists `legal_hold` (
|
||||||
email varchar(128) default not null
|
email varchar(128) unique not null
|
||||||
) Engine=InnoDB;
|
) Engine=InnoDB;
|
||||||
|
|
||||||
|
|
||||||
|
@@ -14,7 +14,7 @@ create unique index `entry` on retention_rule (`domain`,`from`,`to`,`subject`,`b
|
|||||||
create index metadata_idx10 on metadata(`from`);
|
create index metadata_idx10 on metadata(`from`);
|
||||||
|
|
||||||
create table if not exists `legal_hold` (
|
create table if not exists `legal_hold` (
|
||||||
email varchar(128) default not null
|
email varchar(128) unique not null
|
||||||
) Engine=InnoDB;
|
) Engine=InnoDB;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user