refactor: Replace Bach with Application on every naming (#292)

This commit is contained in:
Kartikeya Hegde
2023-01-10 18:07:32 +05:30
committed by GitHub
parent aaf7088afc
commit 3cdf50c942
36 changed files with 218 additions and 209 deletions

View File

@ -327,6 +327,7 @@ diesel::table! {
modified_at -> Timestamp,
description -> Nullable<Varchar>,
attempt_id -> Varchar,
refund_reason -> Nullable<Varchar>,
}
}