mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-05-09 23:05:10 +02:00
Oops, remove drop table command in migration :/
This commit is contained in:
@@ -2920,8 +2920,6 @@ async def _migrate_047_add_statistics_indexes(conn: aiosqlite.Connection) -> Non
|
||||
|
||||
async def _migrate_048_repeater_telemetry_history(conn: aiosqlite.Connection) -> None:
|
||||
"""Create repeater_telemetry_history table for JSON-blob telemetry snapshots."""
|
||||
# Drop the old column-per-field table if it exists (from the first draft).
|
||||
await conn.execute("DROP TABLE IF EXISTS repeater_telemetry_history")
|
||||
await conn.execute(
|
||||
"""
|
||||
CREATE TABLE IF NOT EXISTS repeater_telemetry_history (
|
||||
|
||||
Reference in New Issue
Block a user