1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-08 05:25:00 +00:00

Send deletion thread and updated users revision

This commit is contained in:
Daniel García 2021-03-22 19:57:35 +01:00
parent 46a1a013cd
commit 1fc6c30652
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
6 changed files with 34 additions and 5 deletions

View file

@ -37,6 +37,7 @@ macro_rules! generate_connections {
pub enum DbConn { $( #[cfg($name)] $name(PooledConnection<ConnectionManager< $ty >>), )+ }
#[allow(non_camel_case_types)]
#[derive(Clone)]
pub enum DbPool { $( #[cfg($name)] $name(Pool<ConnectionManager< $ty >>), )+ }
impl DbPool {