mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-10 07:15:09 +02:00
Remove reference to tracking opt-in from database migration
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ async def run_migrations(conn: aiosqlite.Connection) -> int:
|
||||
await set_version(conn, 47)
|
||||
applied += 1
|
||||
|
||||
# Migration 48: Repeater telemetry history table + tracking opt-in column
|
||||
# Migration 48: Repeater telemetry history table
|
||||
if version < 48:
|
||||
logger.info("Applying migration 48: repeater telemetry history")
|
||||
await _migrate_048_repeater_telemetry_history(conn)
|
||||
|
||||
Reference in New Issue
Block a user