noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 227/323: patch sql : remove commented code


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 227/323: patch sql : remove commented code
Date: Wed, 14 Mar 2018 17:38:54 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 980cd163af16521651f5dadeb203b8f4afd2a744
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 19 11:21:54 2018 +0100

    patch sql : remove commented code
---
 include/sql/patch/upgrade126.sql | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/sql/patch/upgrade126.sql b/include/sql/patch/upgrade126.sql
index 6cb86ba..6431775 100644
--- a/include/sql/patch/upgrade126.sql
+++ b/include/sql/patch/upgrade126.sql
@@ -102,9 +102,6 @@ alter table jrn alter jr_optype set default 'NOR';
 comment on column jrn.jr_optype is 'Type of operation , NOR = NORMAL , OPE 
opening , EXT extourne, CLO closing';
 update jrn set jr_optype='NOR';
 
--- update quant_sold set qs_vat_sided=round(qs_vat_sided,2);
--- update quant_purchase set qp_vat_sided=round(qp_vat_sided,2);
-
 alter table tags add column t_actif char(1);
 update tags set t_actif='Y';
 ALTER TABLE tags ADD CONSTRAINT tags_check CHECK (t_actif in ('N','Y')) ;



reply via email to

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