mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Change DownloadCount to mean the total number of downloads including bot downloads
This commit is contained in:
parent
2122b0f625
commit
d268681f3c
3 changed files with 8 additions and 7 deletions
|
@ -83,7 +83,9 @@ final class Ebook{
|
|||
/** When the database row was updated. */
|
||||
public DateTimeImmutable $Updated;
|
||||
public ?int $TextSinglePageByteCount = null;
|
||||
/** The numer of non-bot downloads in the past 30 days. */
|
||||
public int $DownloadsPast30Days = 0;
|
||||
/** The numer of all-time non-bot downloads. */
|
||||
public int $DownloadsTotal = 0;
|
||||
|
||||
/** @var array<GitCommit> $_GitCommits */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue