dev add config for nginx
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-03-11 15:42:06 +07:00
parent 7fb96d4b51
commit b04a357cca
3 changed files with 9 additions and 3 deletions
@@ -21,9 +21,12 @@ public class Violation {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Long id;
@Column(name = "url", nullable = false, unique = true)
@Column(name = "url", nullable = false, columnDefinition = "TEXT")
private String url;
@Column(name = "url_hash", unique = true)
private String urlHash;
@Column(name = "page_url")
private String pageUrl;