Skip to content

Commit

Permalink
fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Dec 10, 2024
1 parent d96bae3 commit 8edf6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/radiator/outline/node_container.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Radiator.Outline.NodeContainer do
alias Radiator.Outline.Node

schema "outline_node_containers" do
has_many :outline_nodes, Node
has_many :outline_nodes, Node, foreign_key: :outline_node_container_id

timestamps(type: :utc_datetime)
end
Expand Down

0 comments on commit 8edf6e3

Please sign in to comment.