Skip to content

Commit

Permalink
Merge pull request #62 from hbinded/master
Browse files Browse the repository at this point in the history
Fix sql error
  • Loading branch information
Emre Akay committed Sep 21, 2015
2 parents e224ee3 + 26a187b commit 6197957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/Aauth_v2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ CREATE TABLE `aauth_pms` (
`date_sent` datetime DEFAULT NULL,
`date_read` datetime DEFAULT NULL,
PRIMARY KEY (`id`),
KEY `full_index` (`id`,`sender_id`,`receiver_id`,`read`)
KEY `full_index` (`id`,`sender_id`,`receiver_id`,`date_read`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- ----------------------------
Expand Down

0 comments on commit 6197957

Please sign in to comment.