altocompta/sql/reverse.sql
sparkyx 83352b2e6e Merge devel
Conflicts:
	html/ajax_misc.php
	include/ajax/ajax_card.php
	include/ajax/ajax_follow_up.php
	include/class/acc_ledger.class.php
	sql/upgrade.sql
2024-02-18 13:04:31 +01:00

10 lines
262 B
SQL

drop trigger t_remove_script_tag on public.action_gestion_comment ;
drop FUNCTION comptaproc.trg_remove_script_tag();
delete from profile_menu where me_code='PDF:card';
delete from public.menu_ref where me_code='PDF:card';
drop table action_gestion_filter;