comparison MySQL/Plugins/MySQLIndex.cpp @ 426:d700c8f9fc24

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 20:31:31 +0100
parents 91124cc8a8c7
children f4244c7e2725 ecd0b719cff5
comparison
equal deleted inserted replaced
425:c1b0f3c4e1f5 426:d700c8f9fc24
235 235
236 // Reconfiguration of "Metadata" from TEXT type (up to 64KB) 236 // Reconfiguration of "Metadata" from TEXT type (up to 64KB)
237 // to the LONGTEXT type (up to 4GB). This might be important 237 // to the LONGTEXT type (up to 4GB). This might be important
238 // for applications such as the Osimis Web viewer that stores 238 // for applications such as the Osimis Web viewer that stores
239 // large amount of metadata. 239 // large amount of metadata.
240 // http://book.orthanc-server.com/faq/features.html#central-registry-of-metadata-and-attachments 240 // https://orthanc.uclouvain.be/book/faq/features.html#central-registry-of-metadata-and-attachments
241 t.GetDatabaseTransaction().ExecuteMultiLines("ALTER TABLE Metadata MODIFY value LONGTEXT"); 241 t.GetDatabaseTransaction().ExecuteMultiLines("ALTER TABLE Metadata MODIFY value LONGTEXT");
242 242
243 revision = 4; 243 revision = 4;
244 SetGlobalIntegerProperty(manager, MISSING_SERVER_IDENTIFIER, Orthanc::GlobalProperty_DatabasePatchLevel, revision); 244 SetGlobalIntegerProperty(manager, MISSING_SERVER_IDENTIFIER, Orthanc::GlobalProperty_DatabasePatchLevel, revision);
245 245