coder/coderd/database/migrations/000100_template_version_git...

5 lines
189 B
SQL

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';