discord-bot/db/migrations/7_minecraft-bedrock.sql

3 lines
No EOL
148 B
SQL

-- 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;