1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 17:12:48 +00:00

add permissions to user table

This commit is contained in:
2018-01-03 19:33:05 -06:00
parent 115dacdd12
commit 11eaa3565b
2 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ defmodule MyApp.Repo.Migrations.CreateUser do
create table(:user) do
add :battle_net_id, :integer
add :battletag, :string
add :permissions, :string
timestamps()
end