From d7e415daa72fa4df0dc546b2d762a676a3ba82b5 Mon Sep 17 00:00:00 2001 From: you Date: Fri, 20 Mar 2026 20:24:13 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20raw=5Fhex=20NOT=20NULL=20in=20transmissi?= =?UTF-8?q?ons=20schema=20=E2=80=94=20deleted=204=20junk=20test=20rows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/migrate-dedup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migrate-dedup.js b/scripts/migrate-dedup.js index 3371888..d74ffa9 100644 --- a/scripts/migrate-dedup.js +++ b/scripts/migrate-dedup.js @@ -33,7 +33,7 @@ console.log('Creating transmissions and observations tables...'); db.exec(` CREATE TABLE transmissions ( id INTEGER PRIMARY KEY AUTOINCREMENT, - raw_hex TEXT, + raw_hex TEXT NOT NULL, hash TEXT NOT NULL UNIQUE, first_seen TEXT NOT NULL, route_type INTEGER,