changeset 689:431aab517a46 attach-custom-data

fix DeleteFiles column type
author Alain Mazy <am@orthanc.team>
date Fri, 13 Jun 2025 07:50:21 +0200
parents b904eb3d987d
children e4cf08a87f8c 72f1efe630b0
files PostgreSQL/Plugins/SQL/PrepareIndex.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/Plugins/SQL/PrepareIndex.sql	Thu Jun 12 17:16:31 2025 +0200
+++ b/PostgreSQL/Plugins/SQL/PrepareIndex.sql	Fri Jun 13 07:50:21 2025 +0200
@@ -308,7 +308,7 @@
         uncompressedHash VARCHAR(40),
         compressedHash VARCHAR(40),
         revision INTEGER,
-        customData TEXT
+        customData BYTEA
         );
 
     RESET client_min_messages;