mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-05-22 07:15:35 +00:00
09662337bb
- Updated the database migration logic to handle missing tables gracefully, ensuring that migrations for existing installations do not block the process. - Added checks for the existence of specific columns in the `repeater_contacts`, `complete_contact_tracking`, and `mesh_connections` tables, allowing for more robust schema updates. - Introduced logging for migration errors to improve visibility and troubleshooting during the migration process. - Ensured that the migration runs seamlessly for users accessing the web viewer without prior bot startup, enhancing user experience.