版本更新至2.8.16

Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
vilson 2020-05-10 08:13:31 +08:00
parent 1ba4668e1c
commit edb290447e
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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;