Skip to content

Commit

Permalink
Fix migration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Nov 2, 2023
1 parent 1745053 commit 2c0e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafkaesque/migrations.ex
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ defmodule Kafkaesque.Migrations do

def down(:v2, :v1) do
alter table(:kafkaesque_messages) do
drop(:key)
remove(:key)
end
end
end

0 comments on commit 2c0e6c0

Please sign in to comment.