noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 33/107: Small bug use the date instead of now


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 33/107: Small bug use the date instead of now for table version
Date: Mon, 26 Aug 2019 10:31:52 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9f3d31bca556c9747c162b922e960b7e2c6593d3
Author: Dany De Bontridder <address@hidden>
Date:   Mon Jul 22 19:51:32 2019 +0200

    Small bug  use the date instead of now for table version
---
 include/sql/mod1/data.sql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sql/mod1/data.sql b/include/sql/mod1/data.sql
index 93ed724..e0f4cda 100644
--- a/include/sql/mod1/data.sql
+++ b/include/sql/mod1/data.sql
@@ -2082,8 +2082,8 @@ SELECT 
pg_catalog.setval('user_sec_action_profile_ua_id_seq', 6, true);
 
 
 INSERT INTO version (val, v_description, v_date) VALUES (126, NULL, NULL);
-INSERT INTO version (val, v_description, v_date) VALUES (127, 'Add filter for 
search, inactive tag or ledger, type of operation, security', '2018-02-10 
22:46:38.653432');
-INSERT INTO version (val, v_description, v_date) VALUES (128, 'Add a view to 
manage VAT', '2018-02-10 22:46:39.22354');
+INSERT INTO version (val, v_description, v_date) VALUES (127, 'Add filter for 
search, inactive tag or ledger, type of operation, security', now());
+INSERT INTO version (val, v_description, v_date) VALUES (128, 'Add a view to 
manage VAT', now());
 
 
 



reply via email to

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