We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c36c commit 9edbfa6Copy full SHA for 9edbfa6
migrations/20180608_project_add_templateId_and_new_tables.sql
@@ -139,6 +139,8 @@ CREATE TABLE product_templates (
139
details character varying(255) NOT NULL,
140
aliases json NOT NULL,
141
template json NOT NULL,
142
+ disabled: boolean DEFAULT false,
143
+ hidden: boolean DEFAULT false,
144
"deletedAt" timestamp with time zone,
145
"createdAt" timestamp with time zone,
146
"updatedAt" timestamp with time zone,
@@ -204,6 +206,8 @@ CREATE TABLE project_templates (
204
206
205
207
scope json NOT NULL,
208
phases json NOT NULL,
209
210
211
212
213
0 commit comments