diff PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 78:2ee166f77501 db-changes

renamed macro
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 06 Jan 2019 12:48:18 +0100
parents a2134531473c
children cb0aac9bbada
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Sun Jan 06 12:35:29 2019 +0100
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Sun Jan 06 12:48:18 2019 +0100
@@ -273,7 +273,7 @@
   }
 
 
-#if ORTHANC_PLUGINS_HAS_DATABASE_OPTIMIZATIONS_1 == 1
+#if ORTHANC_PLUGINS_HAS_DATABASE_CONSTRAINT == 1
   void PostgreSQLIndex::CreateInstance(OrthancPluginCreateInstanceResult& result,
                                        const char* hashPatient,
                                        const char* hashStudy,