issues
search
meshtastic
/
Meshtastic-Android
Android application for Meshtastic
https://meshtastic.org
GNU General Public License v3.0
737
stars
212
forks
source link
refactor(MeshLog): add fields for query optimization
#1271
Closed
andrekir
closed
1 month ago
andrekir
commented
1 month ago
Adds
from_num
and
port_num
fields as indices to the
MeshLog
entity to improve query performance.
Adds
fromRadio
protobuf field for data storage.
Sets default values for new columns for auto-migration and backward compatibility.
from_num
andport_num
fields as indices to theMeshLog
entity to improve query performance.fromRadio
protobuf field for data storage.