mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11716] Rename migration files and add note that it's converting a MOD
PHPBB3-11716
This commit is contained in:
@@ -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()
|
||||
{
|
@@ -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()
|
||||
{
|
Reference in New Issue
Block a user