mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 12:18:51 +00:00
[ticket/11716] Rename migration files and add note that it's converting a MOD
PHPBB3-11716
This commit is contained in:
parent
455d55d497
commit
68b5a2b6b2
2 changed files with 6 additions and 2 deletions
|
@ -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()
|
||||
{
|
Loading…
Add table
Reference in a new issue