Home > Forum > Installation > Update to 3.118 Problem

Update to 3.118 Problem
0

Hey,
anyone have any idea why the problem appeared?
Version installation: current -> 2023.1.3.76 target -> 2023.1.3.118

In changelogs there was information about changes as to the columns in the AdminWFEventLogs table.

Last query from profiler:

IF EXISTS(SELECT * FROM sys.columns WHERE Name = N'WEL_Details_Deprecated' AND Object_ID = Object_ID(N'dbo.[AdminWFEventLogs]'))
BEGIN
EXEC('
IF NOT EXISTS (SELECT * FROM dbo.AdminWFEventLogs WHERE WEL_Details_Deprecated is not null)
BEGIN
ALTER TABLE dbo.[AdminWFEventLogs]
DROP COLUMN WEL_Details_Deprecated
END
')
END

Nobody has replied in this thread yet.
Did you know that with WEBCON you can automate virtually any process? Even baking cookies 🍪
 
Speaking of cookies: we use the ones that are essential for our website to function properly, as well as additional ones that help us customize our content to your preferences. If you don’t mind cookies, click Accept. If you want to learn more, explore settings.
Settings