mirror of
https://github.com/coder/coder.git
synced 2026-06-05 22:18:20 +00:00
feat: add template description (#1489)
This commit is contained in:
Generated
+2
-1
@@ -246,7 +246,8 @@ CREATE TABLE templates (
|
||||
deleted boolean DEFAULT false NOT NULL,
|
||||
name character varying(64) NOT NULL,
|
||||
provisioner provisioner_type NOT NULL,
|
||||
active_version_id uuid NOT NULL
|
||||
active_version_id uuid NOT NULL,
|
||||
description character varying(128) DEFAULT ''::character varying NOT NULL
|
||||
);
|
||||
|
||||
CREATE TABLE users (
|
||||
|
||||
Reference in New Issue
Block a user