fix www.websitepanel.net/global-forums/topic/2-1-0-242-sql-update-bug-when-going-from-2-1-0-227/
This commit is contained in:
parent
8ab1b7a9af
commit
4f6d1f2c50
1 changed files with 1 additions and 1 deletions
|
@ -2639,7 +2639,7 @@ GO
|
|||
BEGIN
|
||||
UPDATE [dbo].[CRMUsers]
|
||||
SET
|
||||
CALType = 0 WHERE CALType = NULL
|
||||
CALType = 0 WHERE CALType IS NULL
|
||||
END
|
||||
GO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue