Hi everyone,

I have the latest version of the multiversion module.

I am getting below error while running drush updb:

The following updates are pending:

multiversion module :
8111 - Apply the UUID field updates.

Do you wish to run all pending updates? (y/n): y
Exception thrown while performing a schema update. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uuid' in 'where clause':[error]
SELECT 1 AS expression
FROM
{paragraphs_item} t
WHERE uuid IS NOT NULL
LIMIT 1 OFFSET 0; Array
(
)

Failed: Exception thrown while performing a schema update. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uuid' in 'where [error]
clause': SELECT 1 AS expression
FROM
{paragraphs_item} t
WHERE uuid IS NOT NULL
LIMIT 1 OFFSET 0; Array
(
)

Can anybody help me out in solving the issue?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

patelmayank7552 created an issue.

ravimane23’s picture

Hi @patelmayank7552,

Have you found any solution for this?

I am also getting the same issue.

Thanks,