From f8d198cf558198eadad41db0917dcf8ff001709a Mon Sep 17 00:00:00 2001 From: Tunc Polat Date: Mon, 28 Aug 2023 20:27:38 +0200 Subject: [PATCH] Fix bug adding two adapters --- .../db/adapter/ethereum/EthereumSchema.java | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/plugins/ethereum-adapter/src/main/java/org/polypheny/db/adapter/ethereum/EthereumSchema.java b/plugins/ethereum-adapter/src/main/java/org/polypheny/db/adapter/ethereum/EthereumSchema.java index daca074fd5..df36745f04 100644 --- a/plugins/ethereum-adapter/src/main/java/org/polypheny/db/adapter/ethereum/EthereumSchema.java +++ b/plugins/ethereum-adapter/src/main/java/org/polypheny/db/adapter/ethereum/EthereumSchema.java @@ -73,24 +73,32 @@ public Table createBlockchainTable( CatalogTable catalogTable, List getTableMap() {