diff OrthancServer/PrepareDatabase.sql @ 616:dbecea588ef5 find-move-scp

revert to database v3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Oct 2013 11:06:10 +0200
parents c2be0a0e049e
children 01d8611c4a60
line wrap: on
line diff
--- a/OrthancServer/PrepareDatabase.sql	Thu Oct 24 11:42:46 2013 +0200
+++ b/OrthancServer/PrepareDatabase.sql	Fri Oct 25 11:06:10 2013 +0200
@@ -67,6 +67,7 @@
 
 CREATE INDEX MainDicomTagsIndex1 ON MainDicomTags(id);
 CREATE INDEX MainDicomTagsIndex2 ON MainDicomTags(tagGroup, tagElement);
+CREATE INDEX MainDicomTagsIndexValues ON MainDicomTags(value COLLATE BINARY);
 
 CREATE INDEX ChangesIndex ON Changes(internalId);