diff --git a/documentation/topics/development/migrations-and-tasks.md b/documentation/topics/development/migrations-and-tasks.md index 1165569..619dded 100644 --- a/documentation/topics/development/migrations-and-tasks.md +++ b/documentation/topics/development/migrations-and-tasks.md @@ -129,6 +129,7 @@ Tasks that need to be executed in the released application (because mix is not p domain |> Ash.Domain.Info.resources() |> Enum.map(&AshPostgres.DataLayer.Info.repo/1) + |> Enum.reject(&is_nil/1) end) |> Enum.uniq() end