# HG changeset patch # User Alain Mazy # Date 1727333700 -7200 # Node ID 7453fc5bef1a1877cd4e04f6bccf78c78a9369dd # Parent 73e784792a5104ce809826c16bbff02454127c6e fix diff -r 73e784792a51 -r 7453fc5bef1a PostgreSQL/Plugins/PostgreSQLIndex.cpp --- 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) {