Esthetic + upgrade db
This commit is contained in:
parent
afb61cee48
commit
c41d3e3c4e
3 changed files with 24 additions and 4 deletions
5
html/admin/sql/patch/upgrade119.sql
Normal file
5
html/admin/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