Skip to content

Commit

Permalink
fix: 更新插件数据库脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
zoujingli committed Oct 16, 2024
1 parent b893147 commit 42d622e
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 42d622e

Please sign in to comment.