In certain situation the update hook in the atom reference module can get stuck.

For example it might be that certain fields already received this options column but some other fields did not, and the schema version is still 7000.

In this case the update hook will never be able to execute, since it will try to add already existing columns.

Comments

nagy.balint’s picture

Status: Active » Needs review
StatusFileSize
new676 bytes

This patch will solve the problem, as it adds an exist check around the addition, so it will only try to add a column when it actually is not there yet.

nagy.balint’s picture

Status: Needs review » Fixed

  • nagy.balint committed 5ef3f7c on 7.x-1.x
    Issue #2483595 by nagy.balint: Atom reference options column update hook...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.