soundfx-bot/migrations/01-move-roles.sql

3 lines
90 B
SQL

ALTER TABLE servers ADD COLUMN allowed_role BIGINT;
ALTER TABLE servers DROP COLUMN name;