So I'm here trying to import some data over from phpbb to flarum and I get this error: Duplicate entry 'sometext' for key 'tags_slug_unique'
Example data:
INSERT INTO tags (id, name, description, slug, color, position) VALUES
(37, 'Geral', '', 'geral', '#d7d520', 1),
(38, 'Área Técnica', '', 'n-a', '#066b01', 2),
I'm not really savvy in MySQL so I need some help with this one. Google searches didn't show anything useful.