1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 20:06: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->handleTagScopes();
$this->handleCategoryIcon();
$this->handleCourseTags();
$this->handleReviewPublish();
$this->handleConsultPublish();
$this->handleRoleRoutes();
}
protected function createCourseTagTable()