-
Notifications
You must be signed in to change notification settings - Fork 988
feat: add support for coder_git_auth
data source
#6334
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
Changes from 1 commit
c64636b
6a61712
3d67a0d
604cf5b
85db3c2
e418892
6b75f3e
1ad5db1
320c10d
ff2b822
18488f8
18523d5
2c9fb64
7cbf190
1335c93
671be8c
177625a
2be97bb
69dea35
5fdf8ce
993ede8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE template_versions | ||
DROP COLUMN git_auth_providers; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ALTER TABLE template_versions | ||
ADD COLUMN git_auth_providers text[]; | ||
|
||
COMMENT ON COLUMN template_versions.git_auth_providers IS 'IDs of Git auth providers for a specific template version'; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.