noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/05: By default, the card's attribute for P


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/05: By default, the card's attribute for Price has 4 decimal'
Date: Thu, 22 Oct 2015 11:53:23 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0be477fde8d390205b0a35537867c24621a5cacb
Author: Dany De Bontridder <address@hidden>
Date:   Thu Oct 22 13:46:43 2015 +0200

    By default, the card's attribute for Price has 4 decimal'
---
 sql/upgrade.sql |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index ec7e852..f759a9c 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -250,4 +250,6 @@ begin
         return;
 end;
  $BODY$
-  LANGUAGE plpgsql 
\ No newline at end of file
+  LANGUAGE plpgsql ;
+
+update attr_def set ad_extra=4 where ad_id in (6,7);



reply via email to

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