-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #70
- Loading branch information
Chris Rees
committed
Mar 11, 2018
1 parent
8914084
commit 83593f6
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
priv/repo/migrations/20180310155541_add_bgg_username_to_users.exs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
defmodule Nermesterts.Repo.Migrations.AddBggUsernameToUsers do | ||
use Ecto.Migration | ||
|
||
def change do | ||
alter table(:users) do | ||
add :bgg_username, :string | ||
end | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters