mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
feat: add README parsing to template versions (#1500)
This commit is contained in:
Generated
+1
-1
@@ -234,7 +234,7 @@ CREATE TABLE template_versions (
|
||||
created_at timestamp with time zone NOT NULL,
|
||||
updated_at timestamp with time zone NOT NULL,
|
||||
name character varying(64) NOT NULL,
|
||||
description character varying(1048576) NOT NULL,
|
||||
readme character varying(1048576) NOT NULL,
|
||||
job_id uuid NOT NULL
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user