From b640cbd0ba73fbb2f79fda39813aabbbf4edff2c Mon Sep 17 00:00:00 2001 From: John Jin Date: Sat, 13 Jun 2026 17:03:27 +0800 Subject: [PATCH] fix: influxdb code removed on merge Thanks for the fix! --- crates/dbx-core/src/schema.rs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/crates/dbx-core/src/schema.rs b/crates/dbx-core/src/schema.rs index 3ee5b9c9f..c3ccf6744 100644 --- a/crates/dbx-core/src/schema.rs +++ b/crates/dbx-core/src/schema.rs @@ -292,6 +292,10 @@ async fn list_databases_once(state: &AppState, connection_id: &str) -> Result