mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
9 lines
289 B
PL/PgSQL
9 lines
289 B
PL/PgSQL
begin;
|
|
|
|
INSERT INTO menu_ref(me_code, me_menu, me_file, me_type)VALUES ('PDF:AncReceipt', 'Export pièce PDF', 'export_anc_receipt_pdf.php','PR');
|
|
|
|
insert into profile_menu(me_code,p_id,p_type_display,pm_default) values ('PDF:AncReceipt',1,'P',0);
|
|
|
|
update version set val=116;
|
|
|
|
commit;
|