diff options
Diffstat (limited to 'phpBB/install/schemas/schema_data.php')
| -rw-r--r-- | phpBB/install/schemas/schema_data.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.php b/phpBB/install/schemas/schema_data.php index f4f5d3444d..766a918340 100644 --- a/phpBB/install/schemas/schema_data.php +++ b/phpBB/install/schemas/schema_data.php @@ -206,6 +206,7 @@ $schema_data[] = array( array('max_filesize_pm', '262144'), array('max_login_attempts', '3'), array('max_name_chars', '20'), + array('max_num_search_keywords', '10'), array('max_pass_chars', '30'), array('max_poll_options', '10'), array('max_poll_chars', '60000'), @@ -268,7 +269,7 @@ $schema_data[] = array( array('tpl_allow_php', '0'), array('upload_icons_path', 'images/upload_icons'), array('upload_path', 'files'), - array('version', '3.1.0'), + array('version', '3.1.0-dev1'), array('warnings_expire_days', '90'), array('warnings_gc', '14400'), ), |
