Skip to content

Commit ac21f1b

Browse files
author
Vikas Agarwal
committed
SQL update
1 parent 4d1bc17 commit ac21f1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

migrations/20180608_project_add_templateId_and_new_tables.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ CREATE TABLE product_templates (
139139
details character varying(255) NOT NULL,
140140
aliases json NOT NULL,
141141
template json NOT NULL,
142-
disabled: boolean DEFAULT false,
143-
hidden: boolean DEFAULT false,
142+
"hidden" boolean DEFAULT false,
143+
"disabled" boolean DEFAULT false,
144144
"deletedAt" timestamp with time zone,
145145
"createdAt" timestamp with time zone,
146146
"updatedAt" timestamp with time zone,
@@ -206,8 +206,8 @@ CREATE TABLE project_templates (
206206
aliases json NOT NULL,
207207
scope json NOT NULL,
208208
phases json NOT NULL,
209-
disabled: boolean DEFAULT false,
210-
hidden: boolean DEFAULT false,
209+
"disabled" boolean DEFAULT false,
210+
"hidden" boolean DEFAULT false,
211211
"deletedAt" timestamp with time zone,
212212
"createdAt" timestamp with time zone,
213213
"updatedAt" timestamp with time zone,

0 commit comments

Comments
 (0)