diff OrthancServer/PrepareDatabase2.sql @ 190:b6cef9d45cc3

getallpublicids
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Nov 2012 11:20:50 +0100
parents ccbc2cf64a0d
children c56dc32266e0
line wrap: on
line diff
--- a/OrthancServer/PrepareDatabase2.sql	Mon Nov 12 18:03:48 2012 +0100
+++ b/OrthancServer/PrepareDatabase2.sql	Tue Nov 13 11:20:50 2012 +0100
@@ -56,6 +56,7 @@
 
 CREATE INDEX ChildrenIndex ON Resources(parentId);
 CREATE INDEX PublicIndex ON Resources(publicId);
+CREATE INDEX ResourceTypeIndex ON Resources(resourceType);
 
 CREATE INDEX MainDicomTagsIndex1 ON MainDicomTags(id);
 CREATE INDEX MainDicomTagsIndex2 ON MainDicomTags(tagGroup, tagElement);