Ciao
Ogni tanto confronto il db con quello veccio
mi sono trovato delle tabelle
top Dump dei dati per la tabella `o2xdn_finder_links_terms1 2 3 4 ect
-- Struttura della tabella `o2xdn_finder_links_terms1`
--
CREATE TABLE `o2xdn_finder_links_terms1` (
`link_id` int(10) UNSIGNED NOT NULL,
`term_id` int(10) UNSIGNED NOT NULL,
`weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
--
-- Dump dei dati per la tabella `o2xdn_finder_links_terms1`
--
INSERT INTO `o2xdn_finder_links_terms1` (`link_id`, `term_id`, `weight`) VALUES
(5, 37, 0.17),
(32, 37, 0.28),
(11, 37, 0.37),
Cosa ho combinato ??
posso cancellare i record?
Grazie