Skip to content

Commit

Permalink
Merge pull request #146 from SW13-Monstera/cherry-pick-release
Browse files Browse the repository at this point in the history
Cherry Pick Release
  • Loading branch information
kshired authored Nov 26, 2023
2 parents 268f634 + 27d7368 commit e1b76fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/io/csbroker/apiserver/model/Like.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import javax.persistence.ManyToOne
import javax.persistence.Table

@Entity
@Table(name = "like")
@Table(name = "likes")
class Like(
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Expand Down

0 comments on commit e1b76fa

Please sign in to comment.