From 6ff8cabcfa97a4d1c6dfd0e43dde587ffbddedcb Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sun, 27 Jun 2021 19:44:12 +0200 Subject: [PATCH] Remove Actif / Passif as card attribute --- include/sql/patch/upgrade151.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sql/patch/upgrade151.sql b/include/sql/patch/upgrade151.sql index 3ba6e77f0..19a2a6a11 100644 --- a/include/sql/patch/upgrade151.sql +++ b/include/sql/patch/upgrade151.sql @@ -203,9 +203,9 @@ comment on view v_detail_purchase is 'Summary one row by purchase'; -- remove delete from fiche_detail where ad_id=54; +delete from jnt_fic_attr where ad_id =54; delete from attr_min where ad_id=54; delete from attr_def where ad_id=54; -delete from jnt_fic_attr where ad_id =54; -- open COMPANY when PARAM is choosen for profile 1 @@ -250,4 +250,4 @@ COMMENT ON TABLE public.user_sec_act IS 'Security on actions for user'; COMMENT ON TABLE public.user_sec_jrn IS 'Security on ledger for users'; COMMENT ON TABLE public."version" IS 'DB version'; insert into version (val,v_description) values (152,'Comment on tables,card structure change'); -commit; \ No newline at end of file +commit;