Skip to content

Commit

Permalink
♻️ refactor: CreatedDate 어노테이션 제거 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
synoti21 committed Oct 11, 2023
1 parent d19b639 commit 9faba4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/diareat/diareat/food/domain/Food.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public class Food {
@JoinColumn(name = "favorite_food_id")
private FavoriteFood favoriteFood;

@CreatedDate
private LocalDate date;

private LocalTime time;
Expand Down

0 comments on commit 9faba4c

Please sign in to comment.