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.

Privacy overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognizing you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.


To see a full list of the cookies we use and learn more about their purposes, visit our Privacy Policy.