[wp-cvs] wordpress/wp-admin upgrade-schema.php,1.7,1.8

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Oct 4 08:19:15 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29475/wp-admin

Modified Files:
	upgrade-schema.php 
Log Message:
I like the INT better but we can't keep it if it with the current DB upgrade system.

Index: upgrade-schema.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/upgrade-schema.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** upgrade-schema.php	30 Sep 2004 12:25:49 -0000	1.7
--- upgrade-schema.php	4 Oct 2004 08:19:12 -0000	1.8
***************
*** 23,27 ****
    comment_content text NOT NULL,
    comment_karma int(11) NOT NULL default '0',
!   comment_approved tinyint(1) NOT NULL default '1',
    comment_agent varchar(255) NOT NULL default '',
    comment_type varchar(20) NOT NULL default '',
--- 23,27 ----
    comment_content text NOT NULL,
    comment_karma int(11) NOT NULL default '0',
!   comment_approved enum('0','1') NOT NULL default '1',
    comment_agent varchar(255) NOT NULL default '',
    comment_type varchar(20) NOT NULL default '',




More information about the cvs mailing list