Adicionar sinônimo à mesma tag trava

O comando @techAPJ me enviou não funcionou para mim, mas executei os comandos (ligeiramente diferentes) encontrados em: How can I delete a tag in development database (on local)? - #4 by simon

Obtive os seguintes resultados, tentando excluir minha tag “testing”, que possui uma tag sinônima: “testing”.

[1] pry(main)> t = Tag.find_by_name('testing')
=> #<Tag:0x000055a268f6f990
 id: 35,
 name: "testing",
 topic_count: 0,
 created_at: Wed, 11 Nov 2020 04:38:06 UTC +00:00,
 updated_at: Thu, 19 Nov 2020 03:44:35 UTC +00:00,
 pm_topic_count: 0,
 target_tag_id: 35>
[2] pry(main)> t.destroy!
SystemStackError: nível de pilha muito profundo
de /var/www/discourse/vendor/bundle/ruby/2.6.0/gems/activerecord-6.0.3.3/lib/active_record/reflection.rb:120:in `_reflect_on_association'
[3] pry(main)>