Make WordPress Core


Ignore:
Timestamp:
10/04/2004 08:19:12 AM (21 years ago)
Author:
saxmatt
Message:

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

File:
1 edited

Legend:

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