Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information columns to Certificates table #6214

Merged
merged 1 commit into from
Jul 26, 2018
Merged

Conversation

joelverhagen
Copy link
Member

Progress on #6183

ALTER TABLE [dbo].[Certificates] ADD [Subject] [nvarchar](max)
ALTER TABLE [dbo].[Certificates] ADD [Issuer] [nvarchar](max)
ALTER TABLE [dbo].[Certificates] ADD [Expiration] [datetime2](7)

@joelverhagen joelverhagen merged commit 37ae0a4 into dev Jul 26, 2018
@joelverhagen joelverhagen deleted the jver-certschema branch July 26, 2018 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants