diff OrthancServer/PrepareDatabase.sql @ 1668:de1413733c97 db-changes

reconstructing main dicom tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 17:18:39 +0200
parents f24e04838054
children 2ad22b2970a2
line wrap: on
line diff
--- a/OrthancServer/PrepareDatabase.sql	Wed Sep 30 14:04:53 2015 +0200
+++ b/OrthancServer/PrepareDatabase.sql	Wed Sep 30 17:18:39 2015 +0200
@@ -123,4 +123,4 @@
 
 -- Set the version of the database schema
 -- The "1" corresponds to the "GlobalProperty_DatabaseSchemaVersion" enumeration
-INSERT INTO GlobalProperties VALUES (1, "5");
+INSERT INTO GlobalProperties VALUES (1, "6");