feat: updated teh bot to use the new wolves_id for clubs/socs
This commit is contained in:
parent
9ce5b8136b
commit
6481fcb89f
5 changed files with 21 additions and 15 deletions
6
db/migrations/9_member_committee-id.sql
Normal file
6
db/migrations/9_member_committee-id.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
-- No need for this col since it is goign to be in "committees" anyways
|
||||
ALTER TABLE servers DROP COLUMN server_name;
|
||||
|
||||
-- we do care about teh ID of the club/soc though
|
||||
ALTER TABLE servers ADD COLUMN wolves_id integer DEFAULT 0;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue