From 68b5a2b6b29ee87c47d0404b63ebe98aaefe8267 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 3 Feb 2014 18:09:34 -0600 Subject: [PATCH] [ticket/11716] Rename migration files and add note that it's converting a MOD PHPBB3-11716 --- .../{soft_delete_convert.php => soft_delete_mod_convert.php} | 4 +++- ...{soft_delete_convert2.php => soft_delete_mod_convert2.php} | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) rename phpBB/phpbb/db/migration/data/v310/{soft_delete_convert.php => soft_delete_mod_convert.php} (95%) rename phpBB/phpbb/db/migration/data/v310/{soft_delete_convert2.php => soft_delete_mod_convert2.php} (92%) 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 similarity index 95% rename from phpBB/phpbb/db/migration/data/v310/soft_delete_convert.php rename to 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 similarity index 92% rename from phpBB/phpbb/db/migration/data/v310/soft_delete_convert2.php rename to 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() {