Make WordPress Core


Ignore:
Timestamp:
05/19/2004 11:28:23 AM (21 years ago)
Author:
saxmatt
Message:

Allow for longer URIs in comments.

File:
1 edited

Legend:

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

    r1251 r1320  
    832832    maybe_add_column($tableposts, 'post_parent', "ALTER TABLE `$tableposts` ADD `post_parent` INT NOT NULL ;");
    833833
     834
     835    $wpdb->query("ALTER TABLE `$tablecomments` CHANGE `comment_author_url` `comment_author_url` VARCHAR( 200 ) NOT NULL");
    834836}
    835837
Note: See TracChangeset for help on using the changeset viewer.