From edb290447eb0bd69b4a7bcf8c6d0c2d3b4c10510 Mon Sep 17 00:00:00 2001 From: vilson <545522390@qq.com> Date: Sun, 10 May 2020 08:13:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E8=87=B32.?= =?UTF-8?q?8.16?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: vilson <545522390@qq.com> --- .env.example | 2 +- data/2.8.0/2.8.15-2.8.16.sql | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 data/2.8.0/2.8.15-2.8.16.sql diff --git a/.env.example b/.env.example index 21110f4..3f63179 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ [app] app_name = PearProject -app_version = 2.8.15 +app_version = 2.8.16 app_host = '' app_debug = false app_trace = false diff --git a/data/2.8.0/2.8.15-2.8.16.sql b/data/2.8.0/2.8.15-2.8.16.sql new file mode 100644 index 0000000..eebeb2d --- /dev/null +++ b/data/2.8.0/2.8.15-2.8.16.sql @@ -0,0 +1,7 @@ +SET FOREIGN_KEY_CHECKS=0; + +update pear_project_menu set url = 'project/list', file_path = 'project/list', params = ':type', `values` = 'deleted' where id = 152; +update pear_project_menu set url = 'project/list', file_path = 'project/list', params = ':type', `values` = 'archive' where id = 159; + + +SET FOREIGN_KEY_CHECKS=1;