mirror of
https://github.com/standardebooks/web.git
synced 2025-07-23 07:44:49 -04:00
Use ebook URL and not filesystem slug to identify ebooks in artworks
This commit is contained in:
parent
91ac96d784
commit
cbf87487eb
8 changed files with 38 additions and 39 deletions
|
@ -16,7 +16,7 @@ CREATE TABLE `Artworks` (
|
|||
`CopyrightPageUrl` varchar(255) NULL,
|
||||
`ArtworkPageUrl` varchar(255) NULL,
|
||||
`IsPublishedInUs` tinyint(1) NOT NULL DEFAULT FALSE,
|
||||
`EbookWwwFilesystemPath` varchar(255) NULL,
|
||||
`EbookUrl` varchar(255) NULL,
|
||||
`MimeType` varchar(64) NOT NULL,
|
||||
`Exception` TEXT NULL DEFAULT NULL,
|
||||
`Notes` TEXT NULL DEFAULT NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue