comparison 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
comparison
equal deleted inserted replaced
1667:9e875db36aef 1668:de1413733c97
121 END; 121 END;
122 122
123 123
124 -- Set the version of the database schema 124 -- Set the version of the database schema
125 -- The "1" corresponds to the "GlobalProperty_DatabaseSchemaVersion" enumeration 125 -- The "1" corresponds to the "GlobalProperty_DatabaseSchemaVersion" enumeration
126 INSERT INTO GlobalProperties VALUES (1, "5"); 126 INSERT INTO GlobalProperties VALUES (1, "6");