Changeset 1735

Show
Ignore:
Timestamp:
10/04/04 08:19:12 (4 years ago)
Author:
saxmatt
Message:

I like the INT better but we can't keep it if it with the current DB upgrade system.

Files:

Legend:

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

    r1725 r1735  
    2323  comment_content text NOT NULL, 
    2424  comment_karma int(11) NOT NULL default '0', 
    25   comment_approved tinyint(1) NOT NULL default '1', 
     25  comment_approved enum('0','1') NOT NULL default '1', 
    2626  comment_agent varchar(255) NOT NULL default '', 
    2727  comment_type varchar(20) NOT NULL default '',