for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
*
* Advanced BBCode Box
* @copyright (c) 2018 Matt Friedman
* @license GNU General Public License, version 2 (GPL-2.0)
*/
namespace vse\abbc3\migrations;
class v322_m10_merge_duplicate_bbcodes extends \phpbb\db\migration\data\v32x\merge_duplicate_bbcodes
{
* {@inheritdoc}
public static function depends_on()
return array(
'\vse\abbc3\migrations\v310_m4_install_data',
'\vse\abbc3\migrations\v310_m5_update_bbcodes',
'\vse\abbc3\migrations\v310_m6_update_bbcodes',
'\vse\abbc3\migrations\v310_m7_update_bbcodes',
'\vse\abbc3\migrations\v322_m8_update_bbcodes',
'\vse\abbc3\migrations\v322_m9_delete_bbcodes',
);
}
public function update_data()
return [
['custom', [[$this, 'update_bbcodes_table']]],
];