fix: raw_hex NOT NULL in transmissions schema — deleted 4 junk test rows

This commit is contained in:
you
2026-03-20 20:24:13 +00:00
parent 2c6148fd2d
commit d7e415daa7

View File

@@ -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,