mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
refactor: Show template versions as timeline (#4800)
This commit is contained in:
Generated
+1
-1
@@ -327,7 +327,7 @@ CREATE TABLE template_versions (
|
||||
name character varying(64) NOT NULL,
|
||||
readme character varying(1048576) NOT NULL,
|
||||
job_id uuid NOT NULL,
|
||||
created_by uuid
|
||||
created_by uuid NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE templates (
|
||||
|
||||
Reference in New Issue
Block a user