New logo
Fix bug in SQL script
This commit is contained in:
Dany De Bontridder 2015-08-20 09:47:37 +02:00
parent 9f97e60b2d
commit 9bd3da38b2
4 changed files with 2 additions and 162 deletions

View file

@ -1,4 +1,4 @@
begin
begin;
alter table profile_menu add pm_id_dep bigint ;
@ -162,6 +162,6 @@ CREATE OR REPLACE VIEW v_menu_description AS
COMMENT ON VIEW v_menu_description IS 'Description des menus';
update version set val=118;
update version set val=119;
commit;