From 178eacf82bba60b313ca9492e688b0a9e2d7af82 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 17 Oct 2023 14:05:26 +0200 Subject: -oec --- src/exchangedb/0002-policy_details.sql | 2 +- src/exchangedb/0002-policy_fulfillments.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/0002-policy_details.sql b/src/exchangedb/0002-policy_details.sql index bc2fced2c..6972dd7b0 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 -- --- 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 c3e48f6db..28dd619e0 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 -- --- 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 -- cgit v1.2.3