diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-10-05 16:13:12 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-10-05 16:13:12 +0200 |
commit | 67d6bbd7365cd347dfac53d7529ca851439de8c3 (patch) | |
tree | 5f55b0a9968da2adc7d8455ef80e29c59b6052fe /src/exchangedb | |
parent | 787b5b4544a027747faaab7c751a128bb9a1142a (diff) |
-work on header towards taler-auditor-sync for new tables
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/common-0001.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql index 564bf3b35..21f531102 100644 --- a/src/exchangedb/common-0001.sql +++ b/src/exchangedb/common-0001.sql @@ -2190,7 +2190,7 @@ $$; COMMENT ON FUNCTION detach_default_partitions IS 'We need to drop default and create new one before deleting the default partitions - otherwise constraints get lost too. Might be needed in shardig too'; + otherwise constraints get lost too. Might be needed in sharding too'; CREATE OR REPLACE FUNCTION drop_default_partitions() |