Skip to content

Commit

Permalink
remove not used virtual position attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Aug 31, 2024
1 parent b95c801 commit b838a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/radiator/outline/node.ex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ defmodule Radiator.Outline.Node do
field :parent_id, Ecto.UUID
field :prev_id, Ecto.UUID
field :level, :integer, virtual: true
field :position, :integer, virtual: true

belongs_to :episode, Episode

Expand Down

0 comments on commit b838a77

Please sign in to comment.