Set SQL 2008 and SQL 2012 Users on suspendable
This commit is contained in:
parent
9e7b162359
commit
7de55cfd78
2 changed files with 18 additions and 0 deletions
|
@ -22,3 +22,11 @@ msbuild.log
|
||||||
_ReSharper.*
|
_ReSharper.*
|
||||||
web.config
|
web.config
|
||||||
web.config
|
web.config
|
||||||
|
WebsitePanel/Sources/_UpgradeReport_Files/UpgradeReport.css
|
||||||
|
WebsitePanel/Sources/_UpgradeReport_Files/UpgradeReport.xslt
|
||||||
|
WebsitePanel/Sources/_UpgradeReport_Files/UpgradeReport_Error.png
|
||||||
|
WebsitePanel/Sources/_UpgradeReport_Files/UpgradeReport_Warning.png
|
||||||
|
WebsitePanel/Sources/UpgradeLog.XML
|
||||||
|
WebsitePanel/Sources/UpgradeLog.htm
|
||||||
|
WebsitePanel/Sources/_UpgradeReport_Files/UpgradeReport_Information.png
|
||||||
|
WebsitePanel/Sources/_UpgradeReport_Files/UpgradeReport_Success.png
|
||||||
|
|
|
@ -4453,3 +4453,13 @@ DELETE FROM [dbo].[Quotas] WHERE QuotaID = 427
|
||||||
END
|
END
|
||||||
GO
|
GO
|
||||||
|
|
||||||
|
-- Set SQL 2008 and SQL 2012 Users on suspendable
|
||||||
|
BEGIN
|
||||||
|
UPDATE [dbo].[ServiceItemTypes] SET [Suspendable] = 1 WHERE [ItemTypeID] = 32 AND [GroupID] = 22
|
||||||
|
END
|
||||||
|
GO
|
||||||
|
|
||||||
|
BEGIN
|
||||||
|
UPDATE [dbo].[ServiceItemTypes] SET [Suspendable] = 1 WHERE [ItemTypeID] = 38 AND [GroupID] = 23
|
||||||
|
END
|
||||||
|
GO
|
Loading…
Add table
Add a link
Reference in a new issue