removed EctoEnum in favor of Ecto.Enum
This commit is contained in:
parent
aabcd9e029
commit
3a6e3e8eed
6 changed files with 4 additions and 50 deletions
lib/shift73k_web/live/shift_assign_live
|
@ -1,10 +1,8 @@
|
|||
defmodule Shift73kWeb.ShiftAssignLive.Index do
|
||||
use Shift73kWeb, :live_view
|
||||
|
||||
alias Ecto.Multi
|
||||
alias Shift73k.Repo
|
||||
alias Shift73k.Shifts
|
||||
alias Shift73k.Shifts.Shift
|
||||
alias Shift73k.Shifts.Templates
|
||||
alias Shift73k.Shifts.Templates.ShiftTemplate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue