mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
fix: 更新插件数据库脚本
This commit is contained in:
parent
b893147e98
commit
42d622e945
@ -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);
|
||||
Loading…
x
Reference in New Issue
Block a user