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

This commit is contained in:
vladp
2026-03-11 16:02:47 +07:00
parent 5b0c6ce5bd
commit edbbeab9be
@@ -24,7 +24,7 @@ public class Violation {
@Column(name = "url", nullable = false, columnDefinition = "TEXT")
private String url;
@Column(name = "url_hash", unique = true)
@Column(name = "url_hash", nullable = false, unique = true)
private String urlHash;
@Column(name = "page_url")