aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-08-01 17:30:21 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-08-01 17:30:21 +0200
commit02b4f1c8745ffd62eb438019a36c4148bddca802 (patch)
tree3b59a948e6730730308fd0a93fec58a8d3c0917a /phpBB/install/database_update.php
parent4e1e5865d03c8c56060a7e4fb975f88329997672 (diff)
parent0a73d64b9772971b7e43e989c659184ee20c5bc6 (diff)
downloadforums-02b4f1c8745ffd62eb438019a36c4148bddca802.tar
forums-02b4f1c8745ffd62eb438019a36c4148bddca802.tar.gz
forums-02b4f1c8745ffd62eb438019a36c4148bddca802.tar.bz2
forums-02b4f1c8745ffd62eb438019a36c4148bddca802.tar.xz
forums-02b4f1c8745ffd62eb438019a36c4148bddca802.zip
Merge branch 'prep-release-3.0.12' into develop-olympus
* prep-release-3.0.12: [prep-release-3.0.12] Update Changelog for 3.0.12-RC2 release. [prep-release-3.0.12] Bumping version number for 3.0.12-RC2. Conflicts: phpBB/includes/constants.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql
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 757fc6499f..6aca38d297 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1005,6 +1005,8 @@ function database_update_info()
'3.0.11-RC2' => array(),
// No changes from 3.0.11 to 3.0.12-RC1
'3.0.11' => array(),
+ // No changes from 3.0.12-RC1 to 3.0.12-RC2
+ '3.0.12-RC1' => array(),
/** @todo DROP LOGIN_ATTEMPT_TABLE.attempt_id in 3.0.13-RC1 */
);
@@ -2236,6 +2238,10 @@ function change_database_data(&$no_updates, $version)
$no_updates = false;
break;
+
+ // No changes from 3.0.12-RC1 to 3.0.12-RC2
+ case '3.0.12-RC1':
+ break;
}
}