Skip to content

Commit

Permalink
[ANCHOR-416] Remove more_info_url from sep24 database table (#1065)
Browse files Browse the repository at this point in the history
### Description
Remove `more_info_url` from sep24 database table.
  • Loading branch information
lijamie98 authored Aug 25, 2023
1 parent 67ceac1 commit cbdfabe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ public String getProtocol() {
@Column(name = "status_eta")
String statusEta;

@SerializedName("more_info_url")
@Column(name = "more_info_url")
String moreInfoUrl;

@SerializedName("transaction_id")
@Column(name = "transaction_id")
String transactionId;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE sep24_transaction DROP COLUMN more_info_url;

0 comments on commit cbdfabe

Please sign in to comment.