feat: got migrations working!!!!
This commit is contained in:
parent
480fc9b1a0
commit
a9f55da04d
4 changed files with 45 additions and 52 deletions
3
db/migrations/2_minecraft-server.sql
Normal file
3
db/migrations/2_minecraft-server.sql
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue