Add seed script for admin user
This commit is contained in:
parent
9e462a1c16
commit
dd77be0388
3 changed files with 8 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ defmodule Mv.Accounts.User do
|
|||
|
||||
create :create_user do
|
||||
accept [:email]
|
||||
upsert? true
|
||||
end
|
||||
|
||||
update :update_user do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue