feat: now properly sets and removes roles for committee members

This commit is contained in:
silver 2025-02-18 21:14:05 +00:00
parent 4eeb7f2135
commit 1aef86ad01
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
9 changed files with 137 additions and 89 deletions

View file

@ -10,3 +10,5 @@ CREATE TABLE IF NOT EXISTS committees (
link text not null,
committee text not null
);
ALTER TABLE servers DROP COLUMN wolves_link;