Skip to content

Commit f2c189e

Browse files
author
Vikas Agarwal
committed
Added missing field in the SQL script
1 parent c8cd775 commit f2c189e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/20180608_project_add_templateId_and_new_tables.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ CREATE TABLE product_milestone_templates (
113113
"activeText" character varying(512) NOT NULL,
114114
"blockedText" character varying(512) NOT NULL,
115115
"completedText" character varying(512) NOT NULL,
116+
"hidden" boolean DEFAULT false,
116117
"deletedAt" timestamp with time zone,
117118
"createdAt" timestamp with time zone,
118119
"updatedAt" timestamp with time zone,

0 commit comments

Comments
 (0)