refactor(identity): remove legacy migration logic from database initialization to streamline setup process

This commit is contained in:
Ivan
2026-05-01 04:13:19 -05:00
parent edd88d90b3
commit 960e33ee6e
@@ -139,11 +139,6 @@ class IdentityContext:
try:
self.database.initialize()
if not getattr(self.app, "emergency", False):
self.database.migrate_from_legacy(
self.app.reticulum_config_dir,
self.identity_hash,
)
self.database._tune_sqlite_pragmas()
except Exception as exc:
if not self.app.auto_recover and not getattr(self.app, "emergency", False):