Skip to content

Commit

Permalink
fix: table명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
trueS2 committed Sep 22, 2024
1 parent bd035f2 commit 813ad17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import lombok.NoArgsConstructor;

@Entity
@Table(name = "comment_notifications")
@Table(name = "notifications")
@Getter
@NoArgsConstructor
@AllArgsConstructor
Expand Down

0 comments on commit 813ad17

Please sign in to comment.