diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-03 18:09:34 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2014-02-03 18:09:34 -0600 |
commit | 68b5a2b6b29ee87c47d0404b63ebe98aaefe8267 (patch) | |
tree | 1da57be47d695580741cbfd55d9eed3b282e8a2e /phpBB/phpbb/db/migration | |
parent | 455d55d497a51d581fd2f6bdacb946a10d0f8c07 (diff) | |
download | forums-68b5a2b6b29ee87c47d0404b63ebe98aaefe8267.tar forums-68b5a2b6b29ee87c47d0404b63ebe98aaefe8267.tar.gz forums-68b5a2b6b29ee87c47d0404b63ebe98aaefe8267.tar.bz2 forums-68b5a2b6b29ee87c47d0404b63ebe98aaefe8267.tar.xz forums-68b5a2b6b29ee87c47d0404b63ebe98aaefe8267.zip |
[ticket/11716] Rename migration files and add note that it's converting a MOD
PHPBB3-11716
Diffstat (limited to 'phpBB/phpbb/db/migration')
-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() { |