mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-25 04:07:17 +08:00
恢复遗漏的数据迁移调用
This commit is contained in:
parent
ef545c8155
commit
6174b3fc7b
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user