diff options
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v31x/v314rc2.php')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v31x/v314rc2.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v31x/v314rc2.php b/phpBB/phpbb/db/migration/data/v31x/v314rc2.php index b75b7a9be8..8869ee7012 100644 --- a/phpBB/phpbb/db/migration/data/v31x/v314rc2.php +++ b/phpBB/phpbb/db/migration/data/v31x/v314rc2.php @@ -15,6 +15,11 @@ namespace phpbb\db\migration\data\v31x; class v314rc2 extends \phpbb\db\migration\migration { + public function effectively_installed() + { + return version_compare($this->config['version'], '3.1.4-RC2', '>='); + } + static public function depends_on() { return array( |