Database Error: Duplicate column name

Hi,
today I found this error message in the wordpress dashboard, concerning a database migration (?) in the Podlove Publisher:

Bei einer Podlove Podcast Publisher Datenbank-Migration ist ein Fehler aufgetreten.

Fehler: Duplicate column name 'optimize_content_encoded_html'

Abfrage: ALTER TABLE `pn_podlove_feed` ADD COLUMN `optimize_content_encoded_html` TINYINT(1) DEFAULT 0 AFTER `embed_content_encoded`

Does anyone know how to fix it, or respectively, where to find the mentioned table?

Thank you!
Nicole.

Hi Nicole,

You can safely ignore this warning.

There is a new warning system that detects issues in database migrations. But it apparently reports too much. Somehow the migration ran twice and the second time nothing happened (except this warning). However that is correct behavior. Your database is in the correct state now. I will adjust the warning system in the next patch.

1 Like

Thank you for clearing this up :slight_smile: