Skip to content

Commit 32b8d56

Browse files
committed
support effort hours
1 parent c1d84ea commit 32b8d56

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
1+
*.iml
2+
*.ipr
3+
*.iws
24
# /
35
/build.properties
46
/connfile.sql

tcs_catalog/02_tcs_catalog_data_setup.sql

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,7 @@ INSERT INTO 'informix'.project_status_lu(project_status_id,name,description,crea
12621262
INSERT INTO 'informix'.project_status_lu(project_status_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (8, 'Cancelled - Winner Unresponsive', 'Cancelled - Winner Unresponsive', 'dok', '2007-05-23 15:47:06.000', 'dok', '2007-05-23 15:47:06.000');
12631263
INSERT INTO 'informix'.project_status_lu(project_status_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (9, 'Cancelled - Client Request', 'Cancelled - Client Request', 156859, '2009-12-10 12:21:12.000', 156859, '2009-12-10 12:21:12.000');
12641264
INSERT INTO 'informix'.project_status_lu(project_status_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (10, 'Cancelled - Requirements Infeasible', 'Cancelled - Requirements Infeasible', 156859, '2009-12-10 12:21:12.000', 156859, '2009-12-10 12:21:12.000');
1265-
insert into project_status_lu (project_status_id,name,description,create_user,create_date,modify_user,modify_date) values (11, 'Cancelled - Zero Registrations', 'Cancelled - Zero Registrations', 156859, current, 156859, current);
1265+
insert into 'informix'.project_status_lu(project_status_id,name,description,create_user,create_date,modify_user,modify_date) values (11, 'Cancelled - Zero Registrations', 'Cancelled - Zero Registrations', 156859, current, 156859, current);
12661266
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (1, 'External Reference ID', 'External Reference ID', 'System', '2006-11-02 20:14:24.000', 'System', '2006-11-02 20:14:24.000');
12671267
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (2, 'Component ID', 'Component ID', 'System', '2006-11-02 20:14:24.000', 'System', '2006-11-02 20:14:24.000');
12681268
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (3, 'Version ID', 'Version ID', 'System', '2006-11-02 20:14:24.000', 'System', '2006-11-02 20:14:24.000');
@@ -1345,11 +1345,11 @@ INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,descriptio
13451345
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (81, 'Challenge Originator', 'The originating system for the challenge creation', 'System', CURRENT, 'System', CURRENT);
13461346
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (82, 'Private Project Status', 'Private Project Status', 'System', CURRENT, 'System', CURRENT);
13471347
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (83, 'Product SKU', 'Product SKU', 'System', CURRENT, 'System', CURRENT);
1348-
INSERT INTO "informix".project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (84, 'Environment', 'Environment', 'System', CURRENT, 'System', CURRENT);
1349-
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);
1350-
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);
1351-
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-
1348+
INSERT INTO 'informix'.project_info_type_lu(project_info_type_id,name,description,create_user,create_date,modify_user,modify_date) VALUES (84, 'Environment', 'Environment', 'System', CURRENT, 'System', CURRENT);
1349+
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);
1350+
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);
1351+
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);
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');

time_oltp/01_time_oltp_main_schema.sql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,9 @@ create table 'informix'.client (
282282
creation_user VARCHAR(64) not null,
283283
modification_date DATETIME YEAR TO SECOND not null,
284284
modification_user VARCHAR(64) not null,
285-
cmc_account_id VARCHAR(100),
286-
customer_number VARCHAR(100)
285+
cmc_account_id VARCHAR(100),
286+
customer_number VARCHAR(100),
287+
enable_effort_hours SMALLINT
287288
)
288289
extent size 16 next size 16
289290
lock mode row;

0 commit comments

Comments
 (0)