mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
rm BatchSize from script
This commit is contained in:
parent
7a37ff9629
commit
8b2704290a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
SELECT snapshots.CreatedDateUtc, FilterlistId, HttpStatusCode, WasSuccessful, WaybackTimestamp, BatchSize, COUNT(snapshots_rules.RuleId) AS 'Count'
|
||||
SELECT snapshots.CreatedDateUtc, FilterlistId, HttpStatusCode, WasSuccessful, WaybackTimestamp, COUNT(snapshots_rules.RuleId) AS 'Count'
|
||||
FROM snapshots
|
||||
JOIN snapshots_rules ON snapshots.Id = snapshots_rules.SnapshotId
|
||||
GROUP BY snapshots.Id
|
||||
|
|
|
|||
Loading…
Reference in a new issue