Skip to content

Commit

Permalink
feat: 기본 카테고리 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HoeSeong123 committed Dec 23, 2024
1 parent 038fc24 commit 15f20ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
public class Category extends BaseTimeEntity {

private static final String DEFAULT_CATEGORY_NAME = "카테고리 없음";
private static final long DEFAULT_CATEGORY_ORDINAL = 1L;
private static final long DEFAULT_CATEGORY_ORDINAL = 0L;

@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Expand Down

0 comments on commit 15f20ef

Please sign in to comment.