Skip to content

Commit 93b62af

Browse files
committed
fixup! Rename token hashed_secret to refresh_hash
1 parent bcf1cac commit 93b62af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/migrations/testdata/fixtures/000187_oauth2_provider_codes.up.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VALUES (
1010
);
1111

1212
INSERT INTO oauth2_provider_app_tokens
13-
(id, created_at, expires_at, hashed_secret, app_secret_id, api_key_id)
13+
(id, created_at, expires_at, refresh_hash, app_secret_id, api_key_id)
1414
VALUES (
1515
'd0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11',
1616
'2023-06-15 10:25:33+00',

0 commit comments

Comments
 (0)