Skip to content

Commit 495f65e

Browse files
committed
set length of the conditions for ProjectEstimation model to 512
1 parent da17ed3 commit 495f65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/20190526_project_estimation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CREATE TABLE project_estimations
77
(
88
id bigint NOT NULL,
99
"buildingBlockKey" character varying(255) NOT NULL,
10-
conditions character varying(255) NOT NULL,
10+
conditions character varying(512) NOT NULL,
1111
price double precision NOT NULL,
1212
"minTime" integer NOT NULL,
1313
"maxTime" integer NOT NULL,

0 commit comments

Comments
 (0)