Compare commits
No commits in common. "f8dacee3e79e5d054aa7814012b885afc9506deb" and "8517e9824c1263295fac870773612fc8e0e0398d" have entirely different histories.
f8dacee3e7
...
8517e9824c
@ -8,8 +8,6 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Getter;
|
||||
import lombok.NoArgsConstructor;
|
||||
import lombok.Setter;
|
||||
import org.hibernate.annotations.OnDelete;
|
||||
import org.hibernate.annotations.OnDeleteAction;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@ -40,7 +38,6 @@ public class RegisterModel {
|
||||
|
||||
@ManyToOne(fetch = FetchType.EAGER)
|
||||
@JoinColumn(name = "club")
|
||||
@OnDelete(action = OnDeleteAction.SET_NULL)
|
||||
ClubModel club = null;
|
||||
|
||||
@Column(nullable = false, columnDefinition = "boolean default false")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user