mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-03 06:18:22 +00:00
4 lines
60 B
SQL
4 lines
60 B
SQL
SELECT store_id
|
|
FROM persistence_state
|
|
WHERE singleton = 1;
|