diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 21:16:23 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 21:16:23 +0100 |
commit | 8824a53b0a539d63fe10e5e12ef1889fe90d4187 (patch) | |
tree | c7e170474b54604beec00242da77e5fd570ce371 /phpBB/phpbb/db/migration/data/v310/dev.php | |
parent | 47825a78ef0e49aa79f90fb308620e0b6cf37e8f (diff) | |
download | forums-8824a53b0a539d63fe10e5e12ef1889fe90d4187.tar forums-8824a53b0a539d63fe10e5e12ef1889fe90d4187.tar.gz forums-8824a53b0a539d63fe10e5e12ef1889fe90d4187.tar.bz2 forums-8824a53b0a539d63fe10e5e12ef1889fe90d4187.tar.xz forums-8824a53b0a539d63fe10e5e12ef1889fe90d4187.zip |
[ticket/11459] Make 3.1.0-dev migration depend on migrations_table
PHPBB3-11459
Diffstat (limited to 'phpBB/phpbb/db/migration/data/v310/dev.php')
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/dev.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/dev.php b/phpBB/phpbb/db/migration/data/v310/dev.php index c1db883616..83611d3731 100644 --- a/phpBB/phpbb/db/migration/data/v310/dev.php +++ b/phpBB/phpbb/db/migration/data/v310/dev.php @@ -23,6 +23,7 @@ class dev extends \phpbb\db\migration\migration '\phpbb\db\migration\data\v310\style_update_p2', '\phpbb\db\migration\data\v310\timezone_p2', '\phpbb\db\migration\data\v310\reported_posts_display', + '\phpbb\db\migration\data\v310\migrations_table', ); } |