fix: grab the committee name since we can use that to match up against teh suers

This commit is contained in:
silver 2025-02-18 14:00:21 +00:00
parent cab04a068f
commit 4eeb7f2135
Signed by untrusted user: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,7 @@ DROP TABLE committee;
CREATE TABLE IF NOT EXISTS committees (
id integer PRIMARY KEY,
name_profile text not null,
name_plain text not null,
name_full text not null,
link text not null,
committee text not null