discord-bot/db/migrations/2_minecraft-server.sql

3 lines
137 B
MySQL
Raw Normal View History

2024-03-03 00:18:46 +00:00
-- add teh option to associate each discord server with a minecraft one managed by skynet
ALTER TABLE servers
ADD server_minecraft text;