2024-09-17 19:55:23 +00:00
|
|
|
-- temp table to allow folks to verify by committee email.
|
|
|
|
-- delete the col in teh server table
|
|
|
|
ALTER TABLE servers ADD COLUMN bot_channel_id integer DEFAULT 0;
|
2024-09-17 22:57:46 +00:00
|
|
|
ALTER TABLE servers ADD COLUMN server_name text NOT NULL DEFAULT "";
|
|
|
|
ALTER TABLE servers ADD COLUMN wolves_link text NOT NULL DEFAULT "";
|