Update of /cvsroot/openbash-org/openbash-org
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27621
Modified Files:
openbash-org.mysql
Log Message:
campo ip de la bd puesto a 16, pending a bool; retocada funcion get_quotes_by_top
Index: openbash-org.mysql
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/openbash-org.mysql,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** openbash-org.mysql 8 Oct 2004 15:55:48 -0000 1.8
--- openbash-org.mysql 16 Nov 2004 16:20:11 -0000 1.9
***************
*** 7,16 ****
`points` INT DEFAULT '0' NOT NULL ,
`quote` LONGTEXT NOT NULL ,
! `purge` INT DEFAULT '0' NOT NULL ,
`author` VARCHAR( 100 ) NOT NULL ,
`channel` VARCHAR (50) NOT NULL ,
`network` VARCHAR (50) NOT NULL ,
`pending` BOOL DEFAULT 1 NOT NULL ,
! `ip` VARCHAR ( 12 ) NOT NULL ,
PRIMARY KEY ( `id` )
) TYPE = InnoDB;
--- 7,16 ----
`points` INT DEFAULT '0' NOT NULL ,
`quote` LONGTEXT NOT NULL ,
! `purge` BOOL DEFAULT '0' NOT NULL ,
`author` VARCHAR( 100 ) NOT NULL ,
`channel` VARCHAR (50) NOT NULL ,
`network` VARCHAR (50) NOT NULL ,
`pending` BOOL DEFAULT 1 NOT NULL ,
! `ip` VARCHAR ( 16 ) NOT NULL ,
PRIMARY KEY ( `id` )
) TYPE = InnoDB;
|