mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-02 04:00:31 +00:00
4 lines
58 B
SQL
4 lines
58 B
SQL
SELECT COUNT(*) AS count
|
|
FROM events
|
|
WHERE ignorable = 1;
|