Aktionen
GX-Bug #67224
geschlossenUpdater cannot be run a second time if the ip_address column in the newsletter_recipients table already exists
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.1.2.0
Release Notes Langtext:
Verbesserung beim mehrfachen Ausführen der Updates
Beschreibung
Updater kann nicht ein zweites Mal ausgeführt werden, wenn die Spalte ip_address in der Tabelle newsletter_recipients bereits vorhanden ist
Query: ALTER TABLE
newsletter_recipientsADD COLUMN
ip_addressVARCHAR(45) NULL DEFAULT NULL AFTER
mail_key
Error message: Duplicate column name 'ip_address'
Updater cannot be run a second time if the ip_address column in the newsletter_recipients table already exists
Query: ALTER TABLE
newsletter_recipientsADD COLUMN
ip_addressVARCHAR(45) NULL DEFAULT NULL AFTER
mail_key
Error message: Duplicate column name 'ip_address'
Aktionen