mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-07 21:41:59 +01:00
fixing the attachment table indices
Change-Id: I7484f730dbc33834354b50660fa2d2ee0ce59ee9 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
parent
754a0ca632
commit
5bfbdf2528
@ -64,7 +64,6 @@ create view `v_messages` AS select `metadata`.`id` AS `id`,`metadata`.`piler_id`
|
||||
-- 2016.10.07
|
||||
|
||||
drop index `attachment_idx2` on `attachment`;
|
||||
drop index `attachment_idx3` on `attachment`;
|
||||
create index `attachment_idx2` on `attachment`(`sig`, `size`, `ptr`);
|
||||
|
||||
create table if not exists `private` (
|
||||
|
Loading…
Reference in New Issue
Block a user