Make WordPress Core

Changeset 1602


Ignore:
Timestamp:
09/05/2004 01:43:40 AM (22 years ago)
Author:
saxmatt
Message:

Two new fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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),
Note: See TracChangeset for help on using the changeset viewer.