changeset 666:fb71c140ce2d attach-custom-data

fix
author Alain Mazy <am@orthanc.team>
date Thu, 22 May 2025 11:42:44 +0200
parents 3ef7ca114790
children 88d016b2a117
files Framework/Plugins/IndexBackend.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Framework/Plugins/IndexBackend.cpp	Thu May 22 10:13:54 2025 +0200
+++ b/Framework/Plugins/IndexBackend.cpp	Thu May 22 11:42:44 2025 +0200
@@ -4573,7 +4573,7 @@
     {
       DatabaseManager::CachedStatement statement(
         STATEMENT_FROM_HERE, manager,
-        "SELECT COUNT(*) FROM KeyValueStores WHERE queueId = ${queueId}");
+        "SELECT COUNT(*) FROM Queues WHERE queueId = ${queueId}");
         
       statement.SetReadOnly(true);