Good question. It was done some years ago by an other admin.
Meanwhile I deleted this topic direct in rails console with:
result = ActiveRecord::Base.lease_connection.exec_delete('DELETE FROM topics WHERE id = 3')
After this, topic is deleted
Good question. It was done some years ago by an other admin.
Meanwhile I deleted this topic direct in rails console with:
result = ActiveRecord::Base.lease_connection.exec_delete('DELETE FROM topics WHERE id = 3')
After this, topic is deleted