mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-07-14 11:21:06 +08:00
fix: 更新插件数据库脚本
This commit is contained in:
parent
b893147e98
commit
42d622e945
@ -15,8 +15,18 @@
|
|||||||
use think\admin\extend\PhinxExtend;
|
use think\admin\extend\PhinxExtend;
|
||||||
use think\migration\Migrator;
|
use think\migration\Migrator;
|
||||||
|
|
||||||
class InstallCenterData extends Migrator
|
class InstallCenter20241016 extends Migrator
|
||||||
{
|
{
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取脚本名称
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function getName(): string
|
||||||
|
{
|
||||||
|
return 'CenterPlugin';
|
||||||
|
}
|
||||||
|
|
||||||
public function change()
|
public function change()
|
||||||
{
|
{
|
||||||
set_time_limit(0);
|
set_time_limit(0);
|
||||||
Loading…
x
Reference in New Issue
Block a user