Вынесены файлы postgres, добавлен индекс на packet.stream_id

This commit is contained in:
serega6531
2020-04-07 23:19:56 +03:00
parent d35046b2a6
commit 1c397db475
4 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ import java.util.Set;
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Table(indexes = { @Index(name = "stream_id_index", columnList = "stream_id") })
public class Packet {
@Id