exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 178eacf82bba60b313ca9492e688b0a9e2d7af82
parent 5fd03d1d69b9f4b3a4265e4a8cb6300162d092f4
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 17 Oct 2023 14:05:26 +0200

-oec

Diffstat:
Msrc/exchangedb/0002-policy_details.sql | 2+-
Msrc/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 @@ -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 @@ -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