feat: made database changes to handle the extra server data
This commit is contained in:
parent
5f4e46bb51
commit
d3a975a1d1
2 changed files with 17 additions and 1 deletions
5
db/migrations/5_welcome-message.sql
Normal file
5
db/migrations/5_welcome-message.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
-- 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;
|
||||
ALTER TABLE servers ADD COLUMN server_name text NOT NULL;
|
||||
ALTER TABLE servers ADD COLUMN wolves_link text NOT NULL;
|
Loading…
Add table
Add a link
Reference in a new issue