mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add tags to provisioner keys api (#13989)
This commit is contained in:
Generated
+2
-1
@@ -754,7 +754,8 @@ CREATE TABLE provisioner_keys (
|
||||
created_at timestamp with time zone NOT NULL,
|
||||
organization_id uuid NOT NULL,
|
||||
name character varying(64) NOT NULL,
|
||||
hashed_secret bytea NOT NULL
|
||||
hashed_secret bytea NOT NULL,
|
||||
tags jsonb NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE replicas (
|
||||
|
||||
Reference in New Issue
Block a user