diff options
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php (renamed from phpBB/phpbb/db/migration/data/v310/soft_delete_convert.php) | 4 | ||||
-rw-r--r-- | phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php (renamed from phpBB/phpbb/db/migration/data/v310/soft_delete_convert2.php) | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/phpBB/phpbb/db/migration/data/v310/soft_delete_convert.php b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php index 5edcfed052..3aac8d84f5 100644 --- a/phpBB/phpbb/db/migration/data/v310/soft_delete_convert.php +++ b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert.php @@ -11,8 +11,10 @@ namespace phpbb\db\migration\data\v310; /** * Migration to convert the Soft Delete MOD for 3.0 + * + * https://www.phpbb.com/customise/db/mod/soft_delete/ */ -class soft_delete_convert extends \phpbb\db\migration\migration +class soft_delete_mod_convert extends \phpbb\db\migration\migration { static public function depends_on() { diff --git a/phpBB/phpbb/db/migration/data/v310/soft_delete_convert2.php b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php index 57327f2536..cc8feb7525 100644 --- a/phpBB/phpbb/db/migration/data/v310/soft_delete_convert2.php +++ b/phpBB/phpbb/db/migration/data/v310/soft_delete_mod_convert2.php @@ -11,8 +11,10 @@ namespace phpbb\db\migration\data\v310; /** * Migration to convert the Soft Delete MOD for 3.0 + * + * https://www.phpbb.com/customise/db/mod/soft_delete/ */ -class soft_delete_convert2 extends \phpbb\db\migration\migration +class soft_delete_mod_convert2 extends \phpbb\db\migration\migration { static public function depends_on() { |