SQL Patch : correct syntax for new version
This commit is contained in:
parent
5475a1da33
commit
135a17ac1d
9 changed files with 14 additions and 13 deletions
|
|
@ -303,7 +303,7 @@ begin
|
|||
|
||||
end;
|
||||
$BODY$
|
||||
LANGUAGE plpgsql ;
|
||||
LANGUAGE plpgsql;
|
||||
|
||||
|
||||
delete from profile_menu where pm_id_dep is not null and pm_id_dep not in (select pm_id from profile_menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue