We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71f5cb commit a6b4862Copy full SHA for a6b4862
1 file changed
src/repo/sqlite_migration.rs
@@ -40,7 +40,7 @@ PRAGMA user_version = {};
40
-- Event Table
41
CREATE TABLE IF NOT EXISTS event (
42
id INTEGER PRIMARY KEY,
43
-event_hash BLOB NOT NULL, -- 4-byte hash
+event_hash BLOB NOT NULL, -- 32-byte SHA256 hash
44
first_seen INTEGER NOT NULL, -- when the event was first seen (not authored!) (seconds since 1970)
45
created_at INTEGER NOT NULL, -- when the event was authored
46
expires_at INTEGER, -- when the event expires and may be deleted
0 commit comments