pinakes-core: fix hasher usage in tests
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ied03277d450e39299470667ef479c3526a6a6964
This commit is contained in:
parent
e15dad208e
commit
5b817e0b3e
3 changed files with 21 additions and 8 deletions
|
|
@ -1172,7 +1172,7 @@ pub trait StorageBackend: Send + Sync + 'static {
|
|||
|
||||
/// Create a backup of the database to the specified path.
|
||||
///
|
||||
/// Only supported for SQLite (uses VACUUM INTO). PostgreSQL
|
||||
/// Only supported for `SQLite` (uses VACUUM INTO). `PostgreSQL`
|
||||
/// deployments should use `pg_dump` directly; this method returns
|
||||
/// `PinakesError::InvalidOperation` for unsupported backends.
|
||||
async fn backup(&self, _dest: &std::path::Path) -> Result<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue