chore: deprecate get_all_attributes (#38)

feat/type-attributes
Tomáš Mládek 2023-07-06 17:45:42 +02:00
parent 6e16d7090d
commit 88c4e6c67f
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ impl UpEndConnection {
Ok(result)
}
// #[deprecated]
#[deprecated]
pub fn get_all_attributes(&self) -> Result<Vec<String>> {
use crate::inner::schema::data::dsl::*;