diff --git a/db/migrations/20210720153027.php b/db/migrations/20210720153027.php index fe48bbe8..21e1f9d8 100644 --- a/db/migrations/20210720153027.php +++ b/db/migrations/20210720153027.php @@ -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()