Add seed script for admin user

This commit is contained in:
Rafael Epplée 2025-08-04 14:03:26 +02:00 committed by rafael
parent 9e462a1c16
commit dd77be0388
3 changed files with 8 additions and 1 deletions

View file

@ -65,6 +65,7 @@ defmodule Mv.Accounts.User do
create :create_user do
accept [:email]
upsert? true
end
update :update_user do