[ffl-cvs] old/ffl/patch ffl-0.7.3-update.diff,NONE,1.0
Status: Inactive
Brought to you by:
rizzo
From: Brad S. <sc...@us...> - 2004-07-28 01:35:17
|
Update of /cvsroot/ffl/old/ffl/patch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5225 Added Files: Tag: 1.0 ffl-0.7.3-update.diff Log Message: Added patch folder for users upgrading from 0.7.2. --- NEW FILE: ffl-0.7.3-update.diff --- Binary files ffl-0.7.2/.DS_Store and ffl-0.7.3/.DS_Store differ Only in ffl-0.7.3: CVS.sandboxinfo diff -ur ffl-0.7.2/INSTALL ffl-0.7.3/INSTALL --- ffl-0.7.2/INSTALL Fri Aug 23 11:11:22 2002 +++ ffl-0.7.3/INSTALL Tue Jul 27 20:23:18 2004 @@ -1,38 +1,61 @@ INSTALL $RCSfile: ffl-0.7.3-update.diff,v $ -$Author: schwie $ -$Revision: 1.0 $ -$Date: 2004/07/28 01:35:09 $ +$Author: schwie $ +$Revision: 1.0 $ +$Date: 2004/07/28 01:35:09 $ -Well by now you've untarred the beast. Rest is pretty simple. +Well by now you've untarred the beast. The rest of the installation is pretty simple. If you're updating from 0.7.2 or earlier and don't wish to lose all of your data entered in your database, SKIP to step 1.2 below. [...2513 lines suppressed...] --- $Author: schwie $ --- $Revision: 1.0 $ --- $Date: 2004/07/28 01:35:09 $ +-- $Author: schwie $ +-- $Revision: 1.0 $ +-- $Date: 2004/07/28 01:35:09 $ drop table if exists players; create table players ( @@ -14,6 +14,6 @@ fflteam_id int, active bit, starter bit, - nfl_profile varchar(100), + nfl_profile varchar(50), primary key (player_id) ); Only in ffl-0.7.3/sql: updatedb.sh Only in ffl-0.7.3/sql: updateplayerdb.sh Only in ffl-0.7.3/sql: updates |