Ticket #881: 881.patch
File 881.patch, 629 bytes (added by , 19 years ago) |
---|
-
upgrade-schema.php
109 109 post_status enum('publish','draft','private','static','object') NOT NULL default 'publish', 110 110 comment_status enum('open','closed','registered_only') NOT NULL default 'open', 111 111 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 '', 113 113 post_name varchar(200) NOT NULL default '', 114 114 to_ping text NOT NULL, 115 115 pinged text NOT NULL,