Skip to content

Commit 2727643

Browse files
committed
[feat]낙관적락 version 필드 삭제
1 parent 7363c35 commit 2727643

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/moplus/moplus_server/domain/practiceTest/domain/PracticeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ public class PracticeTest extends BaseEntity {
2828
private String name;
2929
private String round;
3030
private String provider;
31-
@Version
32-
private Long version;
31+
3332
private long viewCount = 0L;
3433
private int solvesCount = 0;
3534
private String publicationYear;

0 commit comments

Comments
 (0)