gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: [db] fix comment


From: gnunet
Subject: [taler-donau] branch master updated: [db] fix comment
Date: Sun, 14 Jan 2024 23:19:34 +0100

This is an automated email from the git hooks/post-receive script.

johannes-casaburi pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 47ab2a9  [db] fix comment
47ab2a9 is described below

commit 47ab2a95ea6a60d79aaf2f1912bcbe46a564a832
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
AuthorDate: Sun Jan 14 23:19:12 2024 +0100

    [db] fix comment
---
 src/donaudb/0002-donation_units.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/donaudb/0002-donation_units.sql 
b/src/donaudb/0002-donation_units.sql
index a63352f..73f6a56 100644
--- a/src/donaudb/0002-donation_units.sql
+++ b/src/donaudb/0002-donation_units.sql
@@ -23,7 +23,7 @@ CREATE TABLE donation_units
   );
 COMMENT ON TABLE donation_units
   IS 'Main donation_unit table. All the valid donation units the Donau knows 
about.';
-COMMENT ON COLUMN donation_units.donation_unit
+COMMENT ON COLUMN donation_units.value
   IS 'Value the donation unit has in Taler amount';
 
 CREATE INDEX donation_units_by_validity_year

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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