Make WordPress Core

Ticket #881: 881.patch

File 881.patch, 629 bytes (added by skippy, 19 years ago)
  • upgrade-schema.php

     
    109109  post_status enum('publish','draft','private','static','object') 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',
    112   post_password varchar(20) NOT NULL default '',
     112  post_password varchar(50) NOT NULL default '',
    113113  post_name varchar(200) NOT NULL default '',
    114114  to_ping text NOT NULL,
    115115  pinged text NOT NULL,