correct & simplify the DB logging

This commit is contained in:
2025-05-28 19:37:01 -06:00
parent d2c3e5db05
commit 3e90bafbd1
4 changed files with 23 additions and 50 deletions

View File

@@ -107,7 +107,7 @@ const MIGRATIONS = [
CREATE INDEX IF NOT EXISTS idx_contacts_name ON contacts(name);
CREATE TABLE IF NOT EXISTS logs (
date TEXT PRIMARY KEY,
date TEXT NOT NULL,
message TEXT NOT NULL
);