Use ebook URL and not filesystem slug to identify ebooks in artworks

This commit is contained in:
Alex Cabal 2024-01-23 23:11:30 -06:00
parent 91ac96d784
commit cbf87487eb
8 changed files with 38 additions and 39 deletions

View file

@ -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