Почищен код

This commit is contained in:
sshkurov
2022-02-06 11:53:15 +03:00
parent 3b5662548f
commit ae19082418
2 changed files with 1 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ public class Stream {
private long endTimestamp;
@ManyToMany
@ManyToMany(fetch = FetchType.EAGER)
@JoinTable(
name = "stream_found_patterns",
joinColumns = @JoinColumn(name = "stream_id"),