diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2013-05-08 17:04:03 +0530 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2013-05-08 17:04:03 +0530 |
| commit | 284011ebf256bffb9544493c7b82f90eeff4ae39 (patch) | |
| tree | 4148e6a90937bfdb2ec787442b0f814b93cb7500 /phpBB/includes/db/migration/data/310/dev.php | |
| parent | 00d5cde04eb56b53179385c3ada075b1c207c3a3 (diff) | |
| download | forums-284011ebf256bffb9544493c7b82f90eeff4ae39.tar forums-284011ebf256bffb9544493c7b82f90eeff4ae39.tar.gz forums-284011ebf256bffb9544493c7b82f90eeff4ae39.tar.bz2 forums-284011ebf256bffb9544493c7b82f90eeff4ae39.tar.xz forums-284011ebf256bffb9544493c7b82f90eeff4ae39.zip | |
[ticket/10325] move migration into a new file
PHPBB3-10325
Diffstat (limited to 'phpBB/includes/db/migration/data/310/dev.php')
| -rw-r--r-- | phpBB/includes/db/migration/data/310/dev.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/includes/db/migration/data/310/dev.php b/phpBB/includes/db/migration/data/310/dev.php index 0794567f1b..13b36bbf30 100644 --- a/phpBB/includes/db/migration/data/310/dev.php +++ b/phpBB/includes/db/migration/data/310/dev.php @@ -84,8 +84,6 @@ class phpbb_db_migration_data_310_dev extends phpbb_db_migration return array( array('config.update', array('search_type', 'phpbb_search_' . $this->config['search_type'])), - array('config.add', array('allow_password_reset', 1)), - array('config.add', array('fulltext_postgres_ts_name', 'simple')), array('config.add', array('fulltext_postgres_min_word_len', 4)), array('config.add', array('fulltext_postgres_max_word_len', 254)), |
