Skip to content

Commit

Permalink
#1703 set open_test_uuid updatable to false
Browse files Browse the repository at this point in the history
  • Loading branch information
cproof committed Jan 30, 2024
1 parent f4392ae commit cd809cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/rtr/rmbt/model/Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public class Test implements Serializable {
@Column(name = "roaming_type")
private Integer roamingType;

@Column(name = "open_test_uuid")
@Column(name = "open_test_uuid", updatable = false)
private UUID openTestUuid;

@Column(name = "country_asn")
Expand Down

0 comments on commit cd809cd

Please sign in to comment.