mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-12 09:24:42 +00:00
refactor(identity): remove legacy migration logic from database initialization to streamline setup process
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user