dev check violation for lawcase,complaint
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-19 14:55:43 +07:00
parent 2aac3bbdf4
commit 31713550ce
3 changed files with 3 additions and 25 deletions
@@ -49,10 +49,6 @@ public class User {
@Column(unique = true)
private String phone;
@Enumerated(EnumType.STRING)
@Column(name = "subscription_type", nullable = false, length = 20)
private SubscriptionType subscriptionType = SubscriptionType.DEMO;
@Enumerated(EnumType.STRING)
@Column(name = "gender")
private GenderType genderType = GenderType.MALE;