mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Make IndexableText optional
Placeholders do not have FullTitle, AlternateTitle, Tags, LocSubjects, or TocEntries.
This commit is contained in:
parent
1629d3a1a1
commit
a3ce3f1ec1
3 changed files with 7 additions and 20 deletions
|
@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `Ebooks` (
|
|||
`EbookCreated` datetime NULL,
|
||||
`EbookUpdated` datetime NULL,
|
||||
`TextSinglePageByteCount` bigint unsigned NULL,
|
||||
`IndexableText` text NOT NULL,
|
||||
`IndexableText` text NULL,
|
||||
`IndexableAuthors` text NOT NULL,
|
||||
`IndexableCollections` text NULL,
|
||||
PRIMARY KEY (`EbookId`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue