Changeset 1602

Show
Ignore:
Timestamp:
09/05/04 01:43:40 (4 years ago)
Author:
saxmatt
Message:

Two new fields.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/upgrade-schema.php

    r1601 r1602  
    2424  comment_karma int(11) NOT NULL default '0', 
    2525  comment_approved enum('0','1') NOT NULL default '1', 
     26  comment_agent varchar(255) NOT NULL default '', 
    2627  user_id int(11) NOT NULL default '0', 
    2728  PRIMARY KEY  (comment_ID), 
     
    116117  post_content_filtered text NOT NULL, 
    117118  post_parent int(11) NOT NULL default '0', 
     119  guid varchar(255) NOT NULL default '', 
    118120  PRIMARY KEY  (ID), 
    119121  KEY post_date_gmt (post_date_gmt),