mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-02 03:43:17 +02:00
folder_email fix
Change-Id: I1c2e7aa68d06b6873e38ae13fef868aa7eb80413 Signed-off-by: SJ <sj@acts.hu>
This commit is contained in:
@ -282,7 +282,7 @@ create table if not exists `folder` (
|
||||
create table if not exists `folder_email` (
|
||||
`uid` int unsigned not null auto_increment,
|
||||
`email` char(128) not null unique,
|
||||
key `folder_user_idx` (`uid`)
|
||||
key `folder_user_idx` (`uid`),
|
||||
key `folder_user_idx2` (`email`)
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
Reference in New Issue
Block a user