#3830 - G7 LCB logs missing because they are detected as duplicate but they are not
Petr noticed that some G7 LCB logs (rental_info_log in this case) are missing in the database because server detects them as duplicates, but they are not duplicates
D, [2024-09-04T18:23:27.438814 #650910] DEBUG -- : [71c41db8-09a7-4b77-af85-4abce03f6952] G7::LatchControlBoards::LogImporter logs_duplicated_count: 1
The reason is the g7_rental_info_logs table has wrong unique index: serial_number, timestamp; but it should also include log_seq_num column.
Todo: fix unique index in g7_rental_info_logs table and also check other tables for this issue.
