| 1 | *** upgrade-schema.php.orig Fri Feb 18 22:42:50 2005 |
|---|
| 2 | --- upgrade-schema.php Fri Feb 18 22:46:12 2005 |
|---|
| 3 | *************** CREATE TABLE $wpdb->posts ( |
|---|
| 4 | *** 108,114 **** |
|---|
| 5 | post_status enum('publish','draft','private','static','object') NOT NULL default 'publish', |
|---|
| 6 | comment_status enum('open','closed','registered_only') NOT NULL default 'open', |
|---|
| 7 | ping_status enum('open','closed') NOT NULL default 'open', |
|---|
| 8 | ! post_password varchar(20) NOT NULL default '', |
|---|
| 9 | post_name varchar(200) NOT NULL default '', |
|---|
| 10 | to_ping text NOT NULL, |
|---|
| 11 | pinged text NOT NULL, |
|---|
| 12 | --- 108,114 ---- |
|---|
| 13 | post_status enum('publish','draft','private','static','object') NOT NULL default 'publish', |
|---|
| 14 | comment_status enum('open','closed','registered_only') NOT NULL default 'open', |
|---|
| 15 | ping_status enum('open','closed') NOT NULL default 'open', |
|---|
| 16 | ! post_password varchar(50) NOT NULL default '', |
|---|
| 17 | post_name varchar(200) NOT NULL default '', |
|---|
| 18 | to_ping text NOT NULL, |
|---|
| 19 | pinged text NOT NULL, |
|---|