- Issue created by @cosmicdreams
Today I attempted to sync images from my Acquia Dam and my dev instance and received MANY errors such as:
[error] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'acquia_dam_managed_image_alt' in 'INSERT INTO': INSERT INTO "media__acquia_dam_managed_image" ("entity_id", "revision_id", "bundle", "delta", "langcode", "acquia_dam_managed_image_target_id", "acquia_dam_managed_image_alt", "acquia_dam_managed_image_title", "acquia_dam_managed_image_width", "acquia_dam_managed_image_height") VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4, :db_insert_placeholder_5, :db_insert_placeholder_6, :db_insert_placeholder_7, :db_insert_placeholder_8, :db_insert_placeholder_9);
I checked the table media__acquia_dam_managed_image and indeed it does not have this column. It only has these additional properties:
I searched through the install hooks and maybe you could make an argument that establishing this property is the responsibility of acquia_dam_update_9005. Running this update hook manually did not fix my issue.
Does anybody know what's going on here?
Active
1.1
Code