refactor(db): remove deprecation notice until there's actually a better way

refactor/sveltekit
Tomáš Mládek 2024-01-17 23:47:22 +01:00
parent 10e0b8804b
commit 8043e25008
1 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ impl UpEndConnection {
Ok(result)
}
#[deprecated]
// #[deprecated]
pub fn get_all_attributes(&self) -> Result<Vec<String>> {
use crate::inner::schema::data::dsl::*;
@ -464,7 +464,7 @@ impl UpEndConnection {
}))
}
#[deprecated]
// #[deprecated]
pub fn get_explicit_entries(&self) -> Result<Vec<Entry>> {
use crate::inner::schema::data::dsl::*;
let _lock = self.lock.read().unwrap();