diff --git a/plugins/sql/Cargo.toml b/plugins/sql/Cargo.toml index 20424e9f..502cd12c 100644 --- a/plugins/sql/Cargo.toml +++ b/plugins/sql/Cargo.toml @@ -21,7 +21,6 @@ time = "0.3" tokio = { version = "1", features = ["sync"] } [features] -default = ["mysql"] sqlite = ["sqlx/sqlite"] mysql = ["sqlx/mysql"] postgres = ["sqlx/postgres"] \ No newline at end of file