Skip to content

Instantly share code, notes, and snippets.

@vinijmoura
Last active April 29, 2021 17:47
Show Gist options
  • Save vinijmoura/495480f9aa51d8e40bbf4294a73c4bd1 to your computer and use it in GitHub Desktop.
Save vinijmoura/495480f9aa51d8e40bbf4294a73c4bd1 to your computer and use it in GitHub Desktop.
CREATE TABLE [dbo].[PipelinePermissions](
[TeamProjectName] [varchar](100) NULL,
[RepoName] [varchar](100) NULL,
[SecurityNameSpace] [varchar](100) NULL,
[UserPrincipalName] [varchar](100) NULL,
[UserDisplayName] [varchar](100) NULL,
[GroupDisplayName] [varchar](200) NULL,
[GroupAccountName] [varchar](200) NULL,
[PipelineCommandName] [varchar](100) NULL,
[PipelineCommandInternalName] [varchar](100) NULL,
[PipelineCommandPermission] [varchar](50) NULL
) ON [PRIMARY]
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment