Update of /cvs/scoop/scoop/struct In directory lithium.sabren.com:/tmp/cvs-serv1516/struct Modified Files: scoop.sql Log Message: Hulver's fixes for bugs 24, 77, 86, 160, 176, and 185 -janra Index: scoop.sql =================================================================== RCS file: /cvs/scoop/scoop/struct/scoop.sql,v retrieving revision 1.215 retrieving revision 1.216 diff -C2 -d -r1.215 -r1.216 *** scoop.sql 26 May 2005 11:02:21 -0000 1.215 --- scoop.sql 28 May 2005 01:56:29 -0000 1.216 *************** *** 1,1451 **** ! -- MySQL dump 10.9 ! -- ! -- Host: localhost Database: cvs ! -- ------------------------------------------------------ ! -- Server version 4.1.10a-Debian_2-log ! ! /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; ! /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; ! /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; ! /*!40101 SET NAMES utf8 */; [...3504 lines suppressed...] ! # Dumping data for table 'viewed_stories' ! # ! # ! # Table structure for table 'whos_online' ! # + CREATE TABLE whos_online ( + ip varchar(16) NOT NULL default '', + uid int(11) NOT NULL default '0', + last_visit timestamp(14) NOT NULL, + PRIMARY KEY (ip,uid) + ) TYPE=MyISAM; ! # ! # Dumping data for table 'whos_online' ! #