Skip to content

Commit c9d2638

Browse files
authored
Update 02_tcs_catalog_data_setup.sql
1 parent b76a88a commit c9d2638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcs_catalog/02_tcs_catalog_data_setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,descriptio
13491349
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (85, 'Code Repo', 'Code Repo', 'System', CURRENT, 'System', CURRENT);
13501350
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (86, 'Marathon Match Contest Id', 'Marathon Match Contest Id', 'System', CURRENT, 'System', CURRENT);
13511351
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (87, 'Marathon Match Type', 'Marathon Match Type', 'System', CURRENT, 'System', CURRENT);
1352-
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (88, 'Effort Hours Estimate', 'Effort Hours Estimate', 'System', CURRENT, 'System', CURRENT);
1352+
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (88, 'Effort Days Estimate', 'Effort Days Estimate', 'System', CURRENT, 'System', CURRENT);
13531353
INSERT INTO 'informix'.phase_status_lu(phase_status_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (1, 'Scheduled', 'Scheduled', 'System', '2006-11-02 20:14:24.000', 'System', '2006-11-02 20:14:24.000');
13541354
INSERT INTO 'informix'.phase_status_lu(phase_status_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (2, 'Open', 'Open', 'System', '2006-11-02 20:14:24.000', 'System', '2006-11-02 20:14:24.000');
13551355
INSERT INTO 'informix'.phase_status_lu(phase_status_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (3, 'Closed', 'Closed', 'System', '2006-11-02 20:14:24.000', 'System', '2006-11-02 20:14:24.000');

0 commit comments

Comments
 (0)