Revision 642
Added by thorn almost 18 years ago
| trunk/wb/upgrade-script.php | ||
|---|---|---|
| 370 | 370 |
`captcha_type` VARCHAR(255) NOT NULL DEFAULT 'calc_text', |
| 371 | 371 |
`asp_session_min_age` INT(11) NOT NULL DEFAULT '20', |
| 372 | 372 |
`asp_view_min_age` INT(11) NOT NULL DEFAULT '10', |
| 373 |
`asp_input_min_age` INT(11) NOT NULL DEFAULT '5' |
|
| 373 |
`asp_input_min_age` INT(11) NOT NULL DEFAULT '5', |
|
| 374 |
`ct_text` LONGTEXT NOT NULL DEFAULT '' |
|
| 374 | 375 |
)" |
| 375 | 376 |
); |
| 376 | 377 |
$database->query("
|
Also available in: Unified diff
Added missing field to table mod_captcha_control in upgrade-script