[ffl-cvs] old/ffl/sql/tables fflteams.sql,NONE,1.9
Status: Inactive
Brought to you by:
rizzo
From: Brad S. <sc...@us...> - 2004-08-06 00:05:59
|
Update of /cvsroot/ffl/old/ffl/sql/tables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18457 Modified Files: Tag: 1.9 fflteams.sql Log Message: Added field for timestamping the date when an FFLTeam owner/administrator updates their starting lineup. Index: fflteams.sql =================================================================== RCS file: /cvsroot/ffl/old/ffl/sql/tables/fflteams.sql,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** fflteams.sql 30 Jul 2004 19:02:09 -0000 1.8 --- fflteams.sql 6 Aug 2004 00:05:43 -0000 1.9 *************** *** 23,27 **** admin bit, active bit, ! timestamp timestamp, primary key (fflteam_id) ); --- 23,27 ---- admin bit, active bit, ! timestamper timestamp (14), primary key (fflteam_id) ); |