Skip to content
Snippets Groups Projects
Commit 87538711 authored by Erik Johnston's avatar Erik Johnston
Browse files

Update schema to support multiple signatures

parent 822b15ea
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ CREATE TABLE IF NOT EXISTS event_signatures (
signature_name TEXT,
key_id TEXT,
signature BLOB,
CONSTRAINT uniqueness UNIQUE (event_id, key_id)
CONSTRAINT uniqueness UNIQUE (event_id, signature_name, key_id)
);
CREATE INDEX IF NOT EXISTS event_signatures_id ON event_signatures (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment