diff PostgreSQL/Plugins/PostgreSQLIndex.h @ 266:cc7af42d4f23

Store revisions for metadata and attachments in PostgreSQL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Apr 2021 17:41:44 +0200
parents 793bbbe11287
children 16aac0287485 cd9521e04249
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.h	Tue Apr 20 16:14:04 2021 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.h	Tue Apr 20 17:41:44 2021 +0200
@@ -47,7 +47,7 @@
 
     virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
     {
-      return false;  // TODO - REVISIONS
+      return true;
     }
     
     virtual int64_t CreateResource(DatabaseManager& manager,