This commit is contained in:
sparkyx 2024-02-18 13:06:46 +01:00
parent 8d3f5b6137
commit 2942abefae
3 changed files with 21 additions and 7 deletions

View file

@ -25,4 +25,4 @@ INSERT INTO public.menu_ref (me_code,me_menu,me_file,me_url,me_description,me_pa
insert into public.profile_menu (me_code,p_id,p_type_display) select 'PDF:card',p_id,'P' from profile;
create table action_gestion_filter(af_id bigint generated always as identity, af_user text not null, af_name text not null , ag_search text not null);
create table action_gestion_filter(af_id bigint generated always as identity, af_user text not null, af_name text not null , af_search text not null);