Skip to content

Commit

Permalink
Fix index definitions of table tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
15cm committed Apr 20, 2019
1 parent 17a29ad commit e430b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiandao.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CREATE TABLE IF NOT EXISTS `qiandao`.`tpl` (
PRIMARY KEY (`id`),
INDEX `ix_siteurl` (`siteurl` ASC),
INDEX `ix_sitename` (`sitename` ASC),
INDEX `ix_public` (`public` ASC)),
INDEX `ix_public` (`public` ASC),
INDEX `ix_userid` (`userid`))
ENGINE = MyISAM
DEFAULT CHARACTER SET = utf8;
Expand Down

0 comments on commit e430b6a

Please sign in to comment.