aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/db
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-12 21:29:39 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-12 21:34:15 +0200
commit37b28ca7e7ef835ce0dcc3fd25aa00ed5f3d17d7 (patch)
treea130242a92bbe9d1894d121570a3756ac5a113e3 /phpBB/includes/db
parent91672b6d561d2122b509b83bea3f13699c2bab87 (diff)
parentb93636d42d63bd396a31ff7cf699f8add006d765 (diff)
downloadforums-37b28ca7e7ef835ce0dcc3fd25aa00ed5f3d17d7.tar
forums-37b28ca7e7ef835ce0dcc3fd25aa00ed5f3d17d7.tar.gz
forums-37b28ca7e7ef835ce0dcc3fd25aa00ed5f3d17d7.tar.bz2
forums-37b28ca7e7ef835ce0dcc3fd25aa00ed5f3d17d7.tar.xz
forums-37b28ca7e7ef835ce0dcc3fd25aa00ed5f3d17d7.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [develop-olympus] Increment version number to 3.0.13-dev. [develop-olympus] Add changelog for 3.0.12 release. [develop-olympus] Bump version numbers for 3.0.12-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.12 releases. Conflicts: build/build.xml phpBB/docs/INSTALL.html phpBB/includes/constants.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/imageset/imageset.cfg phpBB/styles/prosilver/style.cfg phpBB/styles/prosilver/template/template.cfg phpBB/styles/prosilver/theme/theme.cfg phpBB/styles/subsilver2/imageset/imageset.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/template.cfg phpBB/styles/subsilver2/theme/theme.cfg
Diffstat (limited to 'phpBB/includes/db')
-rw-r--r--phpBB/includes/db/migration/data/30x/3_0_9_rc1.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/db/migration/data/30x/3_0_9_rc1.php b/phpBB/includes/db/migration/data/30x/3_0_9_rc1.php
index 1f8622798e..4c345b429b 100644
--- a/phpBB/includes/db/migration/data/30x/3_0_9_rc1.php
+++ b/phpBB/includes/db/migration/data/30x/3_0_9_rc1.php
@@ -27,8 +27,8 @@ class phpbb_db_migration_data_30x_3_0_9_rc1 extends phpbb_db_migration
'COLUMNS' => array(
// this column was removed from the database updater
// after 3.0.9-RC3 was released. It might still exist
- // in 3.0.9-RCX installations and has to be dropped in
- // 3.0.12 after the db_tools class is capable of properly
+ // in 3.0.9-RCX installations and has to be dropped as
+ // soon as the db_tools class is capable of properly
// removing a primary key.
// 'attempt_id' => array('UINT', NULL, 'auto_increment'),
'attempt_ip' => array('VCHAR:40', ''),