Last active
September 23, 2016 01:33
-
-
Save pawelpabich/6d25307f90bc93f9997b0a550724018f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UPDATE [dbo].[Deployment] | |
SET JSON = REPLACE(JSON, '"$type":"Octopus.Server.Orchestration.Deploy.DeploymentState, Octopus.Server",','') | |
WHERE JSON LIKE '%"$type":"Octopus.Server.Orchestration.Deploy.DeploymentState, Octopus.Server",%' | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment