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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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;