mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
feat: RBAC provisionerdaemons and parameters (#1755)
* chore: Remove org_id from provisionerdaemons
This commit is contained in:
1
coderd/database/dump.sql
generated
1
coderd/database/dump.sql
generated
@ -194,7 +194,6 @@ CREATE TABLE provisioner_daemons (
|
||||
id uuid NOT NULL,
|
||||
created_at timestamp with time zone NOT NULL,
|
||||
updated_at timestamp with time zone,
|
||||
organization_id uuid,
|
||||
name character varying(64) NOT NULL,
|
||||
provisioners provisioner_type[] NOT NULL
|
||||
);
|
||||
|
Reference in New Issue
Block a user