Skip to content

Commit

Permalink
Merge pull request #79 from Dapp-Learning-DAO/feature/arc_share
Browse files Browse the repository at this point in the history
feat(share):address
  • Loading branch information
arc0035 committed Dec 11, 2023
2 parents 5f2b4ad + 9fb3bd0 commit 32f58fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Table(name = "tb_share",
uniqueConstraints={@UniqueConstraint(columnNames={"theme"})},
indexes= {
@Index(columnList="member_id")
@Index(columnList="member_address")
})
public class TbShare {

Expand Down

0 comments on commit 32f58fe

Please sign in to comment.