mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-12 00:28:20 -04:00
- Remove my_node, nodes, metadata tables via AutoMigration with @DeleteTable - Parameterize all 34 PacketDao queries to accept myNodeNum directly - Delete NodeInfoDao, NodeEntity, MyNodeEntity, MetadataEntity - Delete CommonNodeInfoDaoTest (dead) - Rewrite PacketRepositoryImpl to inject NodeRepository for myNodeNum - Rewrite CommonPacketDaoTest and CommonPacketRepositoryTest - Update MigrationTest to remove nodeInfoDao usage - Update core/database README to reflect current schema SDK is now sole source of truth for all node data. Room only stores messages, logs, and user annotations. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>