mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat: add updated_by to tracker tables (#2604)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -5,7 +5,6 @@ use common_utils::{
|
||||
ext_traits::{AsyncExt, ConfigExt, Encode, ValueExt},
|
||||
pii,
|
||||
};
|
||||
use data_models::MerchantStorageScheme;
|
||||
use error_stack::{report, FutureExt, ResultExt};
|
||||
use masking::{PeekInterface, Secret};
|
||||
use uuid::Uuid;
|
||||
@ -26,7 +25,7 @@ use crate::{
|
||||
self,
|
||||
types::{self as domain_types, AsyncLift},
|
||||
},
|
||||
storage,
|
||||
storage::{self, enums::MerchantStorageScheme},
|
||||
transformers::ForeignTryFrom,
|
||||
},
|
||||
utils::{self, OptionExt},
|
||||
|
||||
Reference in New Issue
Block a user