aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-08-20 16:42:41 +0200
committerAndreas Fischer <bantu@phpbb.com>2012-08-20 16:42:41 +0200
commitbfdba90a34ad95c7cb9e0bc187cb464c83f8ba59 (patch)
tree9efedfbc7926ec7dee5ad19a07be9b1dc676cd25 /phpBB/install/database_update.php
parent310c9069328172a7c0cb890d96b5eb4d14523e78 (diff)
parent446607ef534650987bcda4e65023cfc1d290e794 (diff)
downloadforums-bfdba90a34ad95c7cb9e0bc187cb464c83f8ba59.tar
forums-bfdba90a34ad95c7cb9e0bc187cb464c83f8ba59.tar.gz
forums-bfdba90a34ad95c7cb9e0bc187cb464c83f8ba59.tar.bz2
forums-bfdba90a34ad95c7cb9e0bc187cb464c83f8ba59.tar.xz
forums-bfdba90a34ad95c7cb9e0bc187cb464c83f8ba59.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [prep-release-3.0.11] Bumping version number for 3.0.11 final. Conflicts: phpBB/install/database_update.php
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 1408db27be..502b3bb1a4 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1079,6 +1079,8 @@ function database_update_info()
),
),
),
+ // No changes from 3.0.11-RC2 to 3.0.11
+ '3.0.11-RC2' => array(),
/** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.12-RC1 */
@@ -2222,6 +2224,10 @@ function change_database_data(&$no_updates, $version)
case '3.0.11-RC1':
break;
+ // No changes from 3.0.11-RC2 to 3.0.11
+ case '3.0.11-RC2':
+ break;
+
// Changes from 3.1.0-dev to 3.1.0-A1
case '3.1.0-dev':