mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 09:32:51 +00:00
add permissions to user table
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user