[Firebug-cvs] firebug/web db_create.php,1.13,1.14
Brought to you by:
doolin
From: <do...@us...> - 2004-03-12 00:00:08
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28001 Modified Files: db_create.php Log Message: Handling voltage now. Index: db_create.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/db_create.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_create.php 9 Mar 2004 20:02:38 -0000 1.13 --- db_create.php 11 Mar 2004 23:41:04 -0000 1.14 *************** *** 78,82 **** ! $statement = "CREATE TABLE range (mote_id SMALLINT, count INTEGER, rssi INTEGER)"; mysql_query($statement) or die("Error: ".mysql_error()." in creating range table"); --- 78,82 ---- ! $statement = "CREATE TABLE range (mote_id SMALLINT, time TIMESTAMP, count INTEGER, rssi INTEGER, voltage FLOAT)"; mysql_query($statement) or die("Error: ".mysql_error()." in creating range table"); |