From 6174b3fc7b3e1fd5f5268be5e730656cc871f65f Mon Sep 17 00:00:00 2001 From: koogua Date: Wed, 28 Jul 2021 10:37:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=E9=81=97=E6=BC=8F=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E8=BF=81=E7=A7=BB=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/20210720153027.php | 2 ++ 1 file changed, 2 insertions(+) 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()