mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
chore: drop temp_card table and all associated items (#366)
This commit is contained in:
@ -344,18 +344,6 @@ diesel::table! {
|
||||
}
|
||||
}
|
||||
|
||||
diesel::table! {
|
||||
use diesel::sql_types::*;
|
||||
use crate::enums::diesel_exports::*;
|
||||
|
||||
temp_card (id) {
|
||||
id -> Int4,
|
||||
date_created -> Timestamp,
|
||||
txn_id -> Nullable<Varchar>,
|
||||
card_info -> Nullable<Json>,
|
||||
}
|
||||
}
|
||||
|
||||
diesel::allow_tables_to_appear_in_same_query!(
|
||||
address,
|
||||
configs,
|
||||
@ -372,5 +360,4 @@ diesel::allow_tables_to_appear_in_same_query!(
|
||||
process_tracker,
|
||||
refund,
|
||||
reverse_lookup,
|
||||
temp_card,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user