fix: 更新插件数据库脚本

This commit is contained in:
邹景立 2024-10-16 21:52:46 +08:00
parent b893147e98
commit 42d622e945

View File

@ -15,8 +15,18 @@
use think\admin\extend\PhinxExtend;
use think\migration\Migrator;
class InstallCenterData extends Migrator
class InstallCenter20241016 extends Migrator
{
/**
* 获取脚本名称
* @return string
*/
public function getName(): string
{
return 'CenterPlugin';
}
public function change()
{
set_time_limit(0);