DB error after upgrading

Hi,
I just did a upgrade and traveled into present from 3.12.3.



Now I’m testing the 3.16.8 version of the test installation and has come up to this error message:



[codebox]File: [SYSTEM_ROOT]/core/include/assertions.inc Line: 508

Message: [ASSERT EXCEPTION] DB Error: no such fieldSELECT l.url, lv.name, lv.value, lv.inhd

FROM sq_ast_lookup l

INNER JOIN sq_ast_lookup_value lv ON l.url = lv.url

WHERE l.assetid = ‘92’ AND lv.inhd = 0 AND lv.name NOT LIKE ‘design::%’ [nativecode=ERROR: column lv.inhd does not exist] (LINE 4648 IN [SYSTEM_ROOT]/core/include/asset.inc) [SYS0270][/codebox]



Can I just add up that column or is there any other more serious problem?



I followed Avi’s advice from [topic=“0”]this post[/topic]!


There is a more serious problem -- it means that you missed a step somewhere and didn't add the column/modify the table when you were supposed to. Remember, that even though you jump from major version to major version, you still have to perform all the individual minor version steps.

Ok.


I'll try the ride again. :ph34r: