diff OrthancServer/PrepareDatabase.sql @ 567:c2be0a0e049e find-move-scp

cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Sep 2013 17:43:38 +0200
parents d384af918264
children dbecea588ef5
line wrap: on
line diff
--- a/OrthancServer/PrepareDatabase.sql	Wed Sep 18 16:58:27 2013 +0200
+++ b/OrthancServer/PrepareDatabase.sql	Thu Sep 19 17:43:38 2013 +0200
@@ -67,7 +67,6 @@
 
 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);