1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00

server - update user with character info

This commit is contained in:
2018-01-11 20:24:55 -06:00
parent 991e1bfe5a
commit dc7149eb8b
7 changed files with 91 additions and 62 deletions

View File

@@ -6,7 +6,11 @@ defmodule MyApp.Repo.Migrations.CreateUser do
add :battle_net_id, :integer
add :battletag, :string
add :permissions, :string
add :character_guild, :string
add :character_name, :string
add :character_class, :string
add :character_realm, :string
add :character_avatar, :string
timestamps()
end