feat: got migrations working!!!!

This commit is contained in:
silver 2024-03-03 00:18:46 +00:00
parent 480fc9b1a0
commit a9f55da04d
4 changed files with 45 additions and 52 deletions

View file

@ -0,0 +1,3 @@
-- add teh option to associate each discord server with a minecraft one managed by skynet
ALTER TABLE servers
ADD server_minecraft text;