File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
coderd/database/migrations Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ provisionersdk/proto/*.go linguist-generated=true
11
11
* .tfstate.json linguist-generated =true
12
12
* .tfstate.dot linguist-generated =true
13
13
* .tfplan.dot linguist-generated =true
14
+ site /e2e /provisionerGenerated.ts linguist-generated =true
14
15
site /src /api /typesGenerated.ts linguist-generated =true
15
16
site /src /pages /SetupPage /countries.tsx linguist-generated =true
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ ALTER TABLE template_versions
27
27
28
28
29
29
-- Make the column non-nullable to make the types nicer on the Go side
30
+ UPDATE template_versions
31
+ SET external_auth_providers = ' []' ::jsonb
32
+ WHERE external_auth_providers IS NULL ;
30
33
ALTER TABLE template_versions
31
34
ALTER COLUMN external_auth_providers SET DEFAULT ' []' ::jsonb;
32
35
ALTER TABLE template_versions
You can’t perform that action at this time.
0 commit comments