Skip to content

Commit

Permalink
create rumbl/priv/repo/backend_seeds.exs with wolfram user p.278 #1
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Aug 11, 2019
1 parent afd0790 commit 631d184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/rumbl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ defmodule Rumbl.MixProject do
[
{:ecto_sql, "~> 3.1"},
{:postgrex, ">= 0.0.0"},
{:jason, "~> 1.0"}
{:jason, "~> 1.0"},
{:pbkdf2_elixir, "~> 1.0"},
]
end

Expand Down
1 change: 1 addition & 0 deletions apps/rumbl/priv/repo/backend_seeds.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{:ok, _} = Rumbl.Accounts.create_user(%{name: "Wolfram", username: "wolfram"})

0 comments on commit 631d184

Please sign in to comment.