Skip to content
This repository was archived by the owner on May 9, 2019. It is now read-only.

Commit 4acccdd

Browse files
committed
updated scripts for new release
1 parent e146f9d commit 4acccdd

File tree

3 files changed

+1365
-326
lines changed

3 files changed

+1365
-326
lines changed

src/BugNET_WAP/Providers/DataProviders/SqlDataProvider/BugNet.Data.SqlDataProvider.sql

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('
7878
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('Pop3Port', '110')
7979
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('EnableGravatar', 'False')
8080
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('GoogleAuthentication', 'False')
81+
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES (N'GoogleClientId', N'')
82+
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES (N'GoogleClientSecret', N'')
8183
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('FacebookAuthentication', 'False')
8284
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('FacebookAppId', '')
8385
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('FacebookAppSecret', '')

0 commit comments

Comments
 (0)