File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments