gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -oec


From: gnunet
Subject: [taler-exchange] branch master updated: -oec
Date: Tue, 17 Oct 2023 14:05:30 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 178eacf8 -oec
178eacf8 is described below

commit 178eacf82bba60b313ca9492e688b0a9e2d7af82
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Oct 17 14:05:26 2023 +0200

    -oec
---
 src/exchangedb/0002-policy_details.sql      | 2 +-
 src/exchangedb/0002-policy_fulfillments.sql | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/0002-policy_details.sql 
b/src/exchangedb/0002-policy_details.sql
index bc2fced2..6972dd7b 100644
--- a/src/exchangedb/0002-policy_details.sql
+++ b/src/exchangedb/0002-policy_details.sql
@@ -14,7 +14,7 @@
 -- TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 --
 
--- FIXME: this table should be sharded!
+-- FIXME-Oec: this table should be sharded!
 
 CREATE TABLE policy_details
   (policy_details_serial_id BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE
diff --git a/src/exchangedb/0002-policy_fulfillments.sql 
b/src/exchangedb/0002-policy_fulfillments.sql
index c3e48f6d..28dd619e 100644
--- a/src/exchangedb/0002-policy_fulfillments.sql
+++ b/src/exchangedb/0002-policy_fulfillments.sql
@@ -14,7 +14,7 @@
 -- TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 --
 
--- FIXME: this table should be sharded!
+-- FIXME-Oec: this table should be sharded!
 
 CREATE TABLE policy_fulfillments
   (fulfillment_id BIGINT GENERATED BY DEFAULT AS IDENTITY UNIQUE PRIMARY KEY

-- 
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]