Skip to content

Commit

Permalink
Merge branch 'add-call-back-mapper-table' of github.com:juspay/hypers…
Browse files Browse the repository at this point in the history
…witch into add-call-back-mapper-table
  • Loading branch information
prasunna09 committed Dec 28, 2024
2 parents 69463ca + 658e748 commit df5448a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions crates/diesel_models/src/callback_mapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ use diesel::{Identifiable, Insertable, Queryable, Selectable};

use crate::schema::callback_mapper;

#[derive(
Clone,
Debug,
Eq,
PartialEq,
Identifiable,
Queryable,
Selectable,
Insertable,
)]
#[derive(Clone, Debug, Eq, PartialEq, Identifiable, Queryable, Selectable, Insertable)]
#[diesel(table_name = callback_mapper, primary_key(id, type_), check_for_backend(diesel::pg::Pg))]
pub struct CallbackMapper {
pub id: String,
Expand Down

0 comments on commit df5448a

Please # to comment.