SmarterMail 7.x plugin now handles SmarterMail 8.x as well.

SmarterMail 10.x name changed to reflect that it works on later versions as well.
This commit is contained in:
gwerner 2012-09-26 18:31:40 -07:00
parent 5baf5b9497
commit e50cac7ec0
3 changed files with 8 additions and 4 deletions

View file

@ -4863,6 +4863,10 @@ BEGIN
INSERT [dbo].[ServiceDefaultProperties] ([ProviderID], [PropertyName], [PropertyValue]) VALUES (66, N'ServiceUrl', N'http://localhost:9998/services/')
END
GO
UPDATE [dbo].[Providers] SET [DisplayName] = 'SmarterMail 7.x - 8.x' WHERE [DisplayName] = 'SmarterMail 7.x'
GO
UPDATE [dbo].[Providers] SET [DisplayName] = 'SmarterMail 10.x +' WHERE [DisplayName] = 'SmarterMail 10.x'
GO
ALTER PROCEDURE [dbo].[AddServiceItem]