From 505581aaec05efcf4c4f09201966132cf842cb52 Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Mon, 15 Jun 2020 01:11:46 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E9=80=82=E9=85=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20200614170824_change_menu_fid.php | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 database/migrations/20200614170824_change_menu_fid.php diff --git a/database/migrations/20200614170824_change_menu_fid.php b/database/migrations/20200614170824_change_menu_fid.php new file mode 100644 index 0000000..be8db9b --- /dev/null +++ b/database/migrations/20200614170824_change_menu_fid.php @@ -0,0 +1,30 @@ +execute('UPDATE `admin_menu` SET `fid` = 30 WHERE `id` = 37 OR `id` = 38;'); + } +}