Restructure file , remove html/admin , backup ...
This commit is contained in:
parent
b57df7c0e8
commit
896f3624c7
169 changed files with 48 additions and 54 deletions
5
include/sql/patch/upgrade119.sql
Normal file
5
include/sql/patch/upgrade119.sql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
begin;
|
||||
update menu_ref set me_file = null where me_code='EXT';
|
||||
update version set val=120;
|
||||
|
||||
commit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue