Skip to content

Commit

Permalink
Update index name
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Sep 7, 2024
1 parent 60c0609 commit c745094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uplink/packages/deployment.ex
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ defmodule Uplink.Packages.Deployment do
|> cast(params, @valid_attrs)
|> validate_required(@required_attrs)
|> unique_constraint(:hash,
name: :deployments_app_id_hash_index
name: :deployments_app_id_hash_channel_index
)
end

Expand Down

0 comments on commit c745094

Please sign in to comment.