mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 15:50:29 -04:00
Add an index for EbookCreated
This is the default sort on /ebooks, so it should have an index
This commit is contained in:
parent
be6873d21d
commit
4abf6e29d2
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ CREATE TABLE `Ebooks` (
|
|||
`IndexableText` text NOT NULL,
|
||||
PRIMARY KEY (`EbookId`),
|
||||
UNIQUE KEY `index1` (`Identifier`),
|
||||
KEY `index2` (`EbookCreated`),
|
||||
FULLTEXT `idxSearch` (`IndexableText`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue