版本更新至2.8.16
Signed-off-by: vilson <545522390@qq.com>
This commit is contained in:
parent
1ba4668e1c
commit
edb290447e
@ -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
|
||||
|
7
data/2.8.0/2.8.15-2.8.16.sql
Normal file
7
data/2.8.0/2.8.15-2.8.16.sql
Normal 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;
|
Loading…
x
Reference in New Issue
Block a user