Manuel
New logo Fix bug in SQL script
This commit is contained in:
parent
9f97e60b2d
commit
9bd3da38b2
4 changed files with 2 additions and 162 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue