From ea4bcd53691788d5582c75bba71eedf2084df170 Mon Sep 17 00:00:00 2001 From: Shams Asari Date: Fri, 22 Sep 2023 15:08:11 +0100 Subject: [PATCH] ENT-10811: Removed index on primary key column in node_aes_encryption_keys table The index is redundant on the primary key, and causes an issue in the schema migration for some databases, such as Oracle. --- .../main/resources/migration/node-core.changelog-v26.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/node/src/main/resources/migration/node-core.changelog-v26.xml b/node/src/main/resources/migration/node-core.changelog-v26.xml index b0d4925c7a..f2bdef4833 100644 --- a/node/src/main/resources/migration/node-core.changelog-v26.xml +++ b/node/src/main/resources/migration/node-core.changelog-v26.xml @@ -19,10 +19,4 @@ - - - - - -