Skip to content

Commit

Permalink
fix : like 테이블 이름 변경 ( like -> likes ) (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshired committed Nov 26, 2023
1 parent 268f634 commit 27d7368
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 27d7368

Please sign in to comment.