Hi 
I have a Joomla 3.10.11 Installation with Acymailing 5. So i wanted to install the current Version 8.
But i got this error Message:
Warning
JInstaller: :Install: Error SQL Can't write; duplicate key in table '#acym_condition'
Extension Install: SQL error processing query: DB function failed with error number 1022
Can't write; duplicate key in table '#acym_condition'
SQL =
CREATE TABLE IF NOT EXISTS #__acym_condition (
	id INT NOT NULL AUTO_INCREMENT,
	step_id INT NOT NULL,
	conditions LONGTEXT NULL,
	PRIMARY KEY (id),
	CONSTRAINT fk_#__acym_condition1
		FOREIGN KEY (step_id)
			REFERENCES #__acym_step(id)
			ON DELETE NO ACTION
			ON UPDATE NO ACTION
)
	ENGINE = InnoDB
	/!40100
	DEFAULT CHARACTER SET utf8
	COLLATE utf8_general_ci/;
What can i do?
Regards
Christoph