Merge branch 'main' into #17-automate-onboarding-mk-ii
# Conflicts: # Cargo.lock # src/commands/link_email.rs # src/lib.rs
This commit is contained in:
commit
c79113921d
15 changed files with 1013 additions and 141 deletions
3
db/migrations/7_minecraft-bedrock.sql
Normal file
3
db/migrations/7_minecraft-bedrock.sql
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue