Hallo,
ich wollte meine Shopware Version auf die 6.4. Version aktualisieren. Leider bekomme ich diese Fehlermeldung:
Error
Received the following error message:
An exception occurred while executing ’ ALTER TABLE customer
ADD COLUMN bound_sales_channel_id
BINARY(16) NULL DEFAULT NULL, ADD CONSTRAINT fk.customer.bound_sales_channel_id
FOREIGN KEY (bound_sales_channel_id
) REFERENCES sales_channel
(id
) ON DELETE RESTRICT ON UPDATE CASCADE; ': SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name ‚bound_sales_channel_id‘
Please try to fix this error and restart the update.
Response
{„valid“:false,„errorMsg“:„An exception occurred while executing '\n ALTER TABLE customer
\n ADD COLUMN bound_sales_channel_id
BINARY(16) NULL DEFAULT NULL,\n ADD CONSTRAINT fk.customer.bound_sales_channel_id
FOREIGN KEY (bound_sales_channel_id
) REFERENCES sales_channel
(id
) ON DELETE RESTRICT ON UPDATE CASCADE;\n ':\n\nSQLSTATE[42S21]: Column already exists: 1060 Duplicate column name ‚bound_sales_channel_id‘“}
Ich kenn mich zwar etwas mit SQL aus, aber da ich noch nicht lange mit Shopware arbeite, weiß ich nicht genau, was ich tun kann.
EDIT: Mittlerweile hab ich herausgefunden, dass die Spalte die erstellt werden soll, bereits existiert, aber wie löse ich das Problem?