aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php2
-rw-r--r--phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php
index 3aac8d84f5..5d9d38843e 100644
--- a/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php
+++ b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php
@@ -19,7 +19,7 @@ class soft_delete_mod_convert extends \phpbb\db\migration\migration
static public function depends_on()
{
return array(
- '\phpbb\db\migration\data\v310\alpha2',
+ '\phpbb\db\migration\data\v310\alpha3',
);
}
diff --git a/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php
index cc8feb7525..95fa042f00 100644
--- a/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php
+++ b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php
@@ -19,7 +19,7 @@ class soft_delete_mod_convert2 extends \phpbb\db\migration\migration
static public function depends_on()
{
return array(
- '\phpbb\db\migration\data\v310\soft_delete_convert',
+ '\phpbb\db\migration\data\v310\soft_delete_mod_convert',
);
}