Remove Actif / Passif as card attribute

This commit is contained in:
sparkyx 2021-06-27 19:44:12 +02:00
parent 7845ebb136
commit 6ff8cabcfa

View file

@ -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;
commit;