fixing the attachment table indices

Change-Id: I7484f730dbc33834354b50660fa2d2ee0ce59ee9
Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
SJ 2016-10-17 21:38:51 +02:00
parent 754a0ca632
commit 5bfbdf2528

View File

@ -64,7 +64,6 @@ create view `v_messages` AS select `metadata`.`id` AS `id`,`metadata`.`piler_id`
-- 2016.10.07 -- 2016.10.07
drop index `attachment_idx2` on `attachment`; drop index `attachment_idx2` on `attachment`;
drop index `attachment_idx3` on `attachment`;
create index `attachment_idx2` on `attachment`(`sig`, `size`, `ptr`); create index `attachment_idx2` on `attachment`(`sig`, `size`, `ptr`);
create table if not exists `private` ( create table if not exists `private` (