Skip to content

Commit 66a3322

Browse files
author
Vikas Agarwal
committed
add missing field in sql
1 parent 67c5d40 commit 66a3322

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
@@ -45,6 +45,7 @@ CREATE TABLE milestones (
4545
"activeText" character varying(512) NOT NULL,
4646
"completedText" character varying(512) NOT NULL,
4747
"blockedText" character varying(512) NOT NULL,
48+
"hidden" boolean DEFAULT false,
4849
"deletedAt" timestamp with time zone,
4950
"createdAt" timestamp with time zone,
5051
"updatedAt" timestamp with time zone,

0 commit comments

Comments
 (0)