Skip to content

Commit b7d0535

Browse files
author
Vikas Agarwal
committed
added new fields to the schema migration file
1 parent 009b747 commit b7d0535

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

migrations/20180608_project_add_templateId_and_new_tables.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,9 @@ CREATE TABLE project_phases (
166166
status character varying(255),
167167
"startDate" timestamp with time zone,
168168
"endDate" timestamp with time zone,
169+
duration integer,
169170
budget double precision DEFAULT 0,
171+
"spentBudget" double precision DEFAULT 0,
170172
progress double precision DEFAULT 0,
171173
details json DEFAULT '{}'::json,
172174
"deletedAt" timestamp with time zone,

0 commit comments

Comments
 (0)