changeset 571:7453fc5bef1a attach-custom-data

fix
author Alain Mazy <am@orthanc.team>
date Thu, 26 Sep 2024 08:55:00 +0200
parents 73e784792a51
children
files PostgreSQL/Plugins/PostgreSQLIndex.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Wed Sep 25 09:25:58 2024 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Thu Sep 26 08:55:00 2024 +0200
@@ -145,6 +145,7 @@
             revision = 1;
             needToRunUpgradeFromUnknownToV1 = true;
             needToRunUpgradeV1toV2 = true;
+            needToRunUpgradeV2toV3 = true;
           }
           else if (revision == 1)
           {