noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 38/46: Remove Actif / Passif as card attribut


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 38/46: Remove Actif / Passif as card attribute
Date: Tue, 13 Jul 2021 05:02:01 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6ff8cabcfa97a4d1c6dfd0e43dde587ffbddedcb
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jun 27 19:44:12 2021 +0200

    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 3ba6e77..19a2a6a 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]