[wp-cvs] wordpress/wp-admin upgrade-schema.php,1.1,1.2

Matthew Mullenweg saxmatt at users.sourceforge.net
Sun Sep 5 01:43:42 UTC 2004


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

Modified Files:
	upgrade-schema.php 
Log Message:
Two new fields.

Index: upgrade-schema.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/upgrade-schema.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** upgrade-schema.php	5 Sep 2004 01:22:17 -0000	1.1
--- upgrade-schema.php	5 Sep 2004 01:43:40 -0000	1.2
***************
*** 24,27 ****
--- 24,28 ----
    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),
***************
*** 116,119 ****
--- 117,121 ----
    post_content_filtered text NOT NULL,
    post_parent int(11) NOT NULL default '0',
+   guid varchar(255) NOT NULL default '',
    PRIMARY KEY  (ID),
    KEY post_date_gmt (post_date_gmt),




More information about the cvs mailing list