db: add another col to store the bedrock id

For #26
This commit is contained in:
silver 2024-11-29 23:12:52 +00:00
parent 4691869ae9
commit b55650b221
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -0,0 +1,3 @@
-- Using this col we will be able to see if someone has a bedrock account (as well as a java one)
ALTER TABLE wolves ADD COLUMN minecraft_uid TEXT;