Make WordPress Core


Ignore:
Timestamp:
11/15/2005 10:55:24 PM (20 years ago)
Author:
ryan
Message:

Renaming. object and subpost are now attachment. post_type is post_mime_type.

File:
1 edited

Legend:

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

    r3041 r3092  
    107107  post_category int(4) NOT NULL default '0',
    108108  post_excerpt text NOT NULL,
    109   post_status enum('publish','draft','private','static','object') NOT NULL default 'publish',
     109  post_status enum('publish','draft','private','static','object','attachment') NOT NULL default 'publish',
    110110  comment_status enum('open','closed','registered_only') NOT NULL default 'open',
    111111  ping_status enum('open','closed') NOT NULL default 'open',
     
    121121  menu_order int(11) NOT NULL default '0',
    122122  post_type varchar(100) NOT NULL,
     123  post_mime_type varchar(100) NOT NULL,
    123124  PRIMARY KEY  (ID),
    124125  KEY post_name (post_name)
Note: See TracChangeset for help on using the changeset viewer.