1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-07-22 07:56:39 +08:00

优化cleanDemoDataTask

This commit is contained in:
xiaochong0302 2023-08-02 17:59:47 +08:00
parent 190117146f
commit 85ba7911ac

View File

@ -38,7 +38,7 @@ class CleanDemoDataTask extends Task
echo '------ start truncate tables ------' . PHP_EOL;
$excludeTables = [
'kg_area', 'kg_migration', 'kg_nav', 'kg_page',
'kg_area', 'kg_migration', 'kg_migration_task', 'kg_nav', 'kg_page',
'kg_reward', 'kg_role', 'kg_setting', 'kg_vip',
];