|
From: Brad S. <sc...@us...> - 2007-09-06 13:16:37
|
Update of /cvsroot/offl/offl/sql/load In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28632 Modified Files: Tag: 1.10 load_control.sql Log Message: Included control value for 2007 season. Index: load_control.sql =================================================================== RCS file: /cvsroot/offl/offl/sql/load/load_control.sql,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** load_control.sql 5 Sep 2006 07:38:44 -0000 1.9 --- load_control.sql 6 Sep 2007 13:16:39 -0000 1.10 *************** *** 19,23 **** insert into `control` (`control_key`,`control_value`,`control_desc`) values ('CONFIG_ROSTERVIOLATION_HOURS','168','Number of hours before a trade expires if its completion would violate roster constraints'); -- when does the season actually start? ! insert into `control` (`control_key`,`control_value`,`control_desc`,`all_leagues`) values ('MISC_SEASON_START_2006','2006-09-06 00:00:00','Should be set to the Tuesday or Wednesday prior to the first game. Governs `control` of current week relative to the NFL.',1); -- Use draft system --- 19,23 ---- insert into `control` (`control_key`,`control_value`,`control_desc`) values ('CONFIG_ROSTERVIOLATION_HOURS','168','Number of hours before a trade expires if its completion would violate roster constraints'); -- when does the season actually start? ! insert into `control` (`control_key`,`control_value`,`control_desc`,`all_leagues`) values ('MISC_SEASON_START_2007','2007-09-04 03:00:00','Should be set to the Tuesday or Wednesday prior to the first game. Governs `control` of current week relative to the NFL.',1); -- Use draft system |