Update of /cvsroot/openbash-org/openbash-org
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29943
Modified Files:
openbash-org.mysql
Log Message:
mas cambios bbdd: purge cambiado a deleted y datetime a ndate por ser palabras reservadas
Index: openbash-org.mysql
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/openbash-org.mysql,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** openbash-org.mysql 16 Nov 2004 16:20:11 -0000 1.9
--- openbash-org.mysql 16 Nov 2004 16:27:06 -0000 1.10
***************
*** 7,11 ****
`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 ,
--- 7,11 ----
`points` INT DEFAULT '0' NOT NULL ,
`quote` LONGTEXT NOT NULL ,
! `deleted` BOOL DEFAULT '0' NOT NULL ,
`author` VARCHAR( 100 ) NOT NULL ,
`channel` VARCHAR (50) NOT NULL ,
***************
*** 20,24 ****
`id` BIGINT UNSIGNED NOT NULL auto_increment ,
`author` VARCHAR( 255 ) DEFAULT 'admin' NOT NULL ,
! `datetime` TIMESTAMP NOT NULL ,
`title` VARCHAR( 255 ) NOT NULL ,
`body` VARCHAR( 255 ) NOT NULL ,
--- 20,24 ----
`id` BIGINT UNSIGNED NOT NULL auto_increment ,
`author` VARCHAR( 255 ) DEFAULT 'admin' NOT NULL ,
! `ndate` TIMESTAMP NOT NULL ,
`title` VARCHAR( 255 ) NOT NULL ,
`body` VARCHAR( 255 ) NOT NULL ,
|