[wp-cvs] wordpress/wp-admin upgrade-schema.php,1.2,1.3
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sun Sep 5 07:45:01 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25460/wp-admin
Modified Files:
upgrade-schema.php
Log Message:
Friendlier comment schema.
Index: upgrade-schema.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/upgrade-schema.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** upgrade-schema.php 5 Sep 2004 01:43:40 -0000 1.2
--- upgrade-schema.php 5 Sep 2004 07:44:58 -0000 1.3
***************
*** 23,28 ****
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 '',
user_id int(11) NOT NULL default '0',
PRIMARY KEY (comment_ID),
--- 23,30 ----
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 '',
+ comment_parent int(11) NOT NULL default '0',
user_id int(11) NOT NULL default '0',
PRIMARY KEY (comment_ID),
More information about the cvs
mailing list