discord-bot/db/migrations/9_member_committee-id.sql
Brendan Golden 6481fcb89f
All checks were successful
On_Push / lint_fmt (push) Successful in 16s
On_Push / lint_clippy (push) Successful in 3m48s
On_Push / build (push) Successful in 2m56s
On_Push / deploy (push) Successful in 15s
feat: updated teh bot to use the new wolves_id for clubs/socs
2025-02-24 17:07:26 +00:00

6 lines
229 B
SQL

-- 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;