Many_to_many ecto

I was trying to update my attributes tags which a list (many_to_many) but the update deletes the old data and put the new one ! how Can I do so I keep the old ones and add other data?
thank you