Compare commits

..

1 Commits

Author SHA1 Message Date
aoife cassidy
d34aa2d0c9
add suspicious_hosts table to signups.sql 2025-11-29 15:46:47 +01:00

View File

@ -28,5 +28,5 @@ CREATE TABLE IF NOT EXISTS notes (
-- 2025-11-22: bad hosts
CREATE TABLE IF NOT EXISTS suspicious_hosts (
id INTEGER PRIMARY KEY,
domain TEXT
domain TEXT,
)