Event update

This commit is contained in:
2025-11-05 16:23:28 +05:30
parent 71af6e4268
commit c228fee79c
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ public class Event {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(nullable = false, unique = true)
@Column
private String code;
@Column(nullable = false)