Esthetic + upgrade db

This commit is contained in:
Dany De Bontridder 2015-08-30 01:28:08 +02:00
parent afb61cee48
commit c41d3e3c4e
3 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1,5 @@
begin;
update menu_ref set me_file = null where me_code='EXT';
update version set val=120;
commit;