Skip to content

Commit 4f1e907

Browse files
committed
Remove name from API keys
1 parent 834a148 commit 4f1e907

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

coderd/database/dump.sql

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/migrations/000001_base.up.sql

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ CREATE TABLE IF NOT EXISTS api_keys (
5959
id text NOT NULL,
6060
hashed_secret bytea NOT NULL,
6161
user_id uuid NOT NULL,
62-
name text NOT NULL,
6362
last_used timestamp with time zone NOT NULL,
6463
expires_at timestamp with time zone NOT NULL,
6564
created_at timestamp with time zone NOT NULL,

coderd/database/models.go

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/database/queries.sql.go

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)