Remove Actif / Passif as card attribute
This commit is contained in:
parent
7845ebb136
commit
6ff8cabcfa
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue