-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use UTC time for stats; fix more column types
- Loading branch information
Showing
6 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
HORDE_VERSION = "4.36.0" | ||
HORDE_VERSION = "4.37.1" | ||
|
||
WHITELISTED_SERVICE_IPS = { | ||
"212.227.227.178", # Turing Bot | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
ALTER TABLE compiled_image_gen_stats_totals ALTER COLUMN minute_pixels TYPE bigint; | ||
ALTER TABLE compiled_image_gen_stats_totals ALTER COLUMN hour_pixels TYPE bigint; | ||
ALTER TABLE compiled_image_gen_stats_totals ALTER COLUMN day_pixels TYPE bigint; | ||
ALTER TABLE compiled_image_gen_stats_totals ALTER COLUMN month_pixels TYPE bigint; | ||
ALTER TABLE compiled_image_gen_stats_totals ALTER COLUMN total_pixels TYPE bigint; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters