mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
remove character limit on instance ids (#3274)
Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
Generated
+1
-1
@@ -287,7 +287,7 @@ CREATE TABLE workspace_agents (
|
||||
disconnected_at timestamp with time zone,
|
||||
resource_id uuid NOT NULL,
|
||||
auth_token uuid NOT NULL,
|
||||
auth_instance_id character varying(64),
|
||||
auth_instance_id character varying,
|
||||
architecture character varying(64) NOT NULL,
|
||||
environment_variables jsonb,
|
||||
operating_system character varying(64) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user