8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70cedd6 commit 7fd123eCopy full SHA for 7fd123e
coderd/database/migrations/000195_oauth2_provider_codes.down.sql
@@ -14,4 +14,5 @@ DROP TABLE oauth2_provider_app_codes;
14
-- so users will not be able to create broken secrets. This is really just to
15
-- make sure tests keep working (say for a bisect).
16
ALTER TABLE ONLY oauth2_provider_app_secrets
17
- DROP CONSTRAINT oauth2_provider_app_secrets_secret_prefix_key;
+ DROP CONSTRAINT oauth2_provider_app_secrets_secret_prefix_key
18
+ 31FA ALTER COLUMN secret_prefix SET NULL,
0 commit comments