mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
fixing the attachment table indices
Change-Id: I7484f730dbc33834354b50660fa2d2ee0ce59ee9 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -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` (
|
||||
|
Reference in New Issue
Block a user