Skip to content

Commit

Permalink
fix : recipeCategory db에 string 형태로 저장
Browse files Browse the repository at this point in the history
  • Loading branch information
Due-IT committed Oct 2, 2024
1 parent 86e54f1 commit bf04ae0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class Recipe {
private RecipeDifficulty recipeDifficulty;
private String bySort;
private String byIngredient;
@Enumerated(EnumType.STRING)
private RecipeCategory recipeCategory;

@Builder
Expand Down

0 comments on commit bf04ae0

Please sign in to comment.