Added SmarterStats 7+ functionality
This commit is contained in:
parent
c7edb096f3
commit
bdaa439965
2 changed files with 21 additions and 5 deletions
|
@ -4772,3 +4772,12 @@ RETURN
|
|||
|
||||
GO
|
||||
|
||||
|
||||
IF EXISTS (SELECT * FROM [dbo].[Providers] WHERE [DisplayName] = 'SmarterStats 5.x-6.x')
|
||||
BEGIN
|
||||
UPDATE [dbo].[Providers]
|
||||
SET [DisplayName] = 'SmarterStats 5.x +'
|
||||
WHERE [DisplayName] = 'SmarterStats 5.x-6.x'
|
||||
END
|
||||
GO
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue