mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 05:31:58 +01:00
improved legal hold schema
This commit is contained in:
parent
1c57a4a1e4
commit
d3e2a39210
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user