Skip to content

Commit

Permalink
fix: migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolkill committed Oct 30, 2024
1 parent 673cddd commit 1f71969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dbb/release.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ defmodule Dbb.Release do

migrations
|> Enum.filter(fn
{:down, _, _} -> false
{:up, _, _} -> true
{:down, _, _} -> true
{:up, _, _} -> false
end)
|> case do
[] ->
Expand Down

0 comments on commit 1f71969

Please sign in to comment.