diff --git a/agdb_server/src/routes/db.rs b/agdb_server/src/routes/db.rs index 61ed4886a..f0b3fba1c 100644 --- a/agdb_server/src/routes/db.rs +++ b/agdb_server/src/routes/db.rs @@ -70,15 +70,6 @@ pub(crate) struct Queries(pub(crate) Vec); #[derive(Serialize, ToSchema)] pub(crate) struct QueriesResults(pub(crate) Vec); -impl From for ServerDatabase { - fn from(value: Database) -> Self { - Self { - name: value.name, - db_type: value.db_type.as_str().into(), - } - } -} - impl From<&str> for DbType { fn from(value: &str) -> Self { match value {