Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from corona-warn-app/fix/column_size
Browse files Browse the repository at this point in the history
Reverted the column size of country_code back to 2
  • Loading branch information
ascheibal authored Sep 15, 2021
2 parents b140eea + 455751c commit e12b7b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class BusinessRuleEntity {
@Column(name = "version", nullable = false)
String version;

@Column(name = "country_code", nullable = false, length = 16)
@Column(name = "country_code", nullable = false, length = 2)
String country;

@Lob
Expand Down

0 comments on commit e12b7b8

Please sign in to comment.