Skip to content

Commit

Permalink
fix: deployment status (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichoemr authored Feb 23, 2023
1 parent 3c67e2b commit 4d0a862
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defmodule Lenra.Repo.Migrations.DeploymentsFix do
use Ecto.Migration

def change do
execute("UPDATE deployments SET status = 'failure'")
end
end

0 comments on commit 4d0a862

Please sign in to comment.