I have a table and I\'m trying to add a unique index on two columns. Those columns are also indexed. So my question is if I just can remove the indexes who were just for one
add_index :subscriptions, [:user_id, :content_id], unique: true