Mercurial > hg > orthanc
changeset 6117:fec888c37d4e attach-custom-data
removed useless index
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 20 May 2025 14:33:17 +0200 |
parents | 14780871daaa |
children | fd79cf7d1743 7213cfbd2784 |
files | OrthancServer/Sources/Database/InstallKeyValueStoresAndQueues.sql |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/Database/InstallKeyValueStoresAndQueues.sql Tue May 20 14:22:57 2025 +0200 +++ b/OrthancServer/Sources/Database/InstallKeyValueStoresAndQueues.sql Tue May 20 14:33:17 2025 +0200 @@ -26,8 +26,6 @@ PRIMARY KEY(storeId, key) -- Prevents duplicates ); -CREATE INDEX KeyValueStoresIndex ON KeyValueStores (storeId, key); - CREATE TABLE Queues ( id INTEGER PRIMARY KEY AUTOINCREMENT, queueId TEXT NOT NULL,