-
Notifications
You must be signed in to change notification settings - Fork 978
Closed
Milestone
Description
Provisioner daemons are currently site wide scoped:
coder/coderd/database/dump.sql
Lines 384 to 392 in 993c1a6
CREATE TABLE provisioner_daemons ( | |
id uuid NOT NULL, | |
created_at timestamp with time zone NOT NULL, | |
updated_at timestamp with time zone, | |
name character varying(64) NOT NULL, | |
provisioners provisioner_type[] NOT NULL, | |
replica_id uuid, | |
tags jsonb DEFAULT '{}'::jsonb NOT NULL | |
); |
Metadata
Metadata
Assignees
Labels
No labels