Skip to content

Commit

Permalink
chore: add column stakeAddress in LatestTokenBalance entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotatek-DucPhung committed May 7, 2024
1 parent 0dff681 commit 6b17a8f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ public class LatestTokenBalance {
@Column(name = "address")
private String address;

@Column(name = "stake_address")
private String stakeAddress;

@Id
@Column(name = "unit")
private String unit;
Expand Down

0 comments on commit 6b17a8f

Please sign in to comment.