Remove unique constraint from segmented users index (#19544)
This commit is contained in:
parent
453c2eeccb
commit
ca7c395bd9
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ class AddCompositeIndexToSegmentedUsers < ActiveRecord::Migration[7.0]
|
|||
add_index :segmented_users,
|
||||
%i[audience_segment_id user_id],
|
||||
name: "index_segmented_users_on_audience_segment_and_user",
|
||||
unique: true,
|
||||
algorithm: :concurrently
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue