diff PostgreSQL/Plugins/PostgreSQLIndex.cpp @ 499:0974a58fdc76

Fix updates from version plugin version 3.3 to latest version
author Alain Mazy <am@osimis.io>
date Mon, 08 Apr 2024 10:09:40 +0200
parents 15e609c439d1
children 54d518dcd74a
line wrap: on
line diff
--- a/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Sat Apr 06 17:11:46 2024 +0200
+++ b/PostgreSQL/Plugins/PostgreSQLIndex.cpp	Mon Apr 08 10:09:40 2024 +0200
@@ -146,6 +146,8 @@
           }
           else if (revision == 1)
           {
+            LOG(WARNING) << "DatabasePatchLevel is 1";
+            needToRunUpgradeFromUnknownToV1 = true;
             needToRunUpgradeV1toV2 = true;
           }