feat: add template description (#1489)

This commit is contained in:
Colin Adler
2022-05-16 15:56:11 -05:00
committed by GitHub
parent b55d83ca82
commit e925818526
16 changed files with 57 additions and 23 deletions
+2 -1
View File
@@ -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 (