[ticket/11716] Rename migration files and add note that it's converting a MOD

PHPBB3-11716
This commit is contained in:
Nathan Guse 2014-02-03 18:09:34 -06:00
parent 455d55d497
commit 68b5a2b6b2
2 changed files with 6 additions and 2 deletions

View file

@ -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()
{

View file

@ -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()
{