1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-22 19:44:02 +08:00

Merge pull request #5 from xiaochong0302/develop

纠正迁移文件和时间代码中字段不一致
This commit is contained in:
jacky huang 2020-10-13 11:46:07 +08:00 committed by GitHub
commit 2da5f09644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,8 +302,8 @@ final class InsertSettingData extends AbstractMigration
],
[
'section' => 'site',
'item_key' => 'enabled',
'item_value' => '1',
'item_key' => 'status',
'item_value' => 'normal',
],
[
'section' => 'site',
@ -342,7 +342,12 @@ final class InsertSettingData extends AbstractMigration
],
[
'section' => 'site',
'item_key' => 'analytics',
'item_key' => 'analytics_enabled',
'item_value' => '0',
],
[
'section' => 'site',
'item_key' => 'analytics_script',
'item_value' => '',
],
[