1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-25 12:09:09 +08:00

恢复遗漏的数据迁移调用

This commit is contained in:
koogua 2021-07-28 10:37:16 +08:00
parent ef545c8155
commit 6174b3fc7b

View File

@ -19,8 +19,10 @@ final class V20210720153027 extends AbstractMigration
$this->alterTagTable(); $this->alterTagTable();
$this->handleTagScopes(); $this->handleTagScopes();
$this->handleCategoryIcon(); $this->handleCategoryIcon();
$this->handleCourseTags();
$this->handleReviewPublish(); $this->handleReviewPublish();
$this->handleConsultPublish(); $this->handleConsultPublish();
$this->handleRoleRoutes();
} }
protected function createCourseTagTable() protected function createCourseTagTable()