Created
October 14, 2021 18:55
-
-
Save vinijmoura/4caf194b1359f6f931743d50c32db3b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
CREATE TABLE [dbo].[BuildDefinitionsTasks]( | |
[TeamProjectName] [varchar](100) NULL, | |
[BuildDefinitionId] [varchar](40) NULL, | |
[BuildDefinitionName] [varchar](150) NULL, | |
[BuildDefinitionPhaseName] [varchar](150) NULL, | |
[BuildDefintionTaskId] [varchar](40) NULL, | |
[BuildDefintionTaskName] [varchar](150) NULL, | |
[BuildDefintionTaskversionSpec] [varchar](30) NULL | |
) | |
GO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment