Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #12392


Ignore:
Timestamp:
10/28/2010 09:00:37 AM (14 years ago)
Author:
nacin
Comment:

+1, but not sure how back compat we could remain...

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12392

    • Property Milestone changed from Awaiting Triage to Future Release
  • Ticket #12392 – Description

    initial v2  
    11Look at the comment table:
    2 
     2{{{
    33CREATE TABLE $wpdb->comments (
    44  comment_ID bigint(20) unsigned NOT NULL auto_increment,
     
    1818  user_id bigint(20) unsigned NOT NULL default '0',
    1919...
    20 
     20}}}
    2121A lot of that is not actually being used on many sites and could be moved to standard meta data, available on demand, but not pulled out by default.
    2222