fix(db): keep reviewed_real out of the Migration-1 rebuild table (positional SELECT *); regression test

This commit is contained in:
2026-08-25 00:31:39 +00:00
parent d9cc5f1780
commit 23e4f585a8
3 changed files with 45 additions and 2 deletions
-1
View File
@@ -189,7 +189,6 @@ class SeismoDb:
sample_rate INTEGER,
record_type TEXT,
false_trigger INTEGER NOT NULL DEFAULT 0,
reviewed_real INTEGER NOT NULL DEFAULT 0,
created_at TEXT NOT NULL DEFAULT (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
UNIQUE(serial, timestamp)
);