fix(db): keep reviewed_real out of the Migration-1 rebuild table (positional SELECT *); regression test
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user