mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-07 08:02:40 +00:00
Fix CI failing due to missing feature flag (#6747)
This commit is contained in:
@@ -160,7 +160,7 @@ use crate::mysql_executor::do_mysql;
|
||||
#[cfg(feature = "duckdb")]
|
||||
use crate::duckdb_executor::do_duckdb;
|
||||
|
||||
#[cfg(feature = "oracledb")]
|
||||
#[cfg(all(feature = "enterprise", feature = "oracledb"))]
|
||||
use crate::oracledb_executor::do_oracledb;
|
||||
|
||||
#[cfg(feature = "enterprise")]
|
||||
|
||||
Reference in New Issue
Block a user