diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-10-17 14:05:26 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-10-17 14:05:26 +0200 |
commit | 178eacf82bba60b313ca9492e688b0a9e2d7af82 (patch) | |
tree | 4638e8ba40d4a33fb6ffb6b8aabf543f84d2d939 | |
parent | 5fd03d1d69b9f4b3a4265e4a8cb6300162d092f4 (diff) |
-oec
-rw-r--r-- | src/exchangedb/0002-policy_details.sql | 2 | ||||
-rw-r--r-- | 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 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 <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 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 <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 |