mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
refactor(storage): update crate name to diesel models (#1685)
This commit is contained in:
@ -8,9 +8,9 @@ mod utils;
|
||||
use std::sync::{atomic, Arc};
|
||||
|
||||
use common_utils::signals::get_allowed_signals;
|
||||
use diesel_models::kv;
|
||||
pub use env as logger;
|
||||
use error_stack::{IntoReport, ResultExt};
|
||||
use storage_models::kv;
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
use crate::{connection::pg_connection, services::Store};
|
||||
|
||||
Reference in New Issue
Block a user