Closed rabauss closed 3 years ago
After the last update we get the following error while running contao:migrate:
contao:migrate
CRITICAL [console] Error thrown while running command "contao:mig rate --no-interaction". Message: "An exception occurred while executing 'AL TER TABLE tl_user ADD rsts_permissions BLOB DEFAULT NULL': SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'rsts_pe rmissions'" ["exception" => Doctrine\DBAL\Exception\NonUniqueFieldNameExcep tion { …},"command" => "contao:migrate --no-interaction","message" => """ An exception occurred while executing 'ALTER TABLE tl_user ADD rsts_permiss ions BLOB DEFAULT NULL':\n \n SQLSTATE[42S21]: Column already exists: 106 0 Duplicate column name 'rsts_permissions' """]
I guess the SliderRunonce.php needs to be refactored as @ausi said to a default contao migration.
SliderRunonce.php
Fixed in version 2.1.1
After the last update we get the following error while running
contao:migrate
:I guess the
SliderRunonce.php
needs to be refactored as @ausi said to a default contao migration.