diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2022-10-06 21:12:17 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2022-10-06 21:12:17 +0200 |
commit | dd60d9b9841dcc4c3453b830509ecb2d4abcb8dc (patch) | |
tree | e1befd90d0c39d9287af2ed1ea5c0cdcb0a540af /src/exchangedb/common-0001.sql | |
parent | b447506342c9792244e700d930618a8923142a13 (diff) | |
parent | 7e5c6a7e46b860f2c26971923b96cc1aad6f5d30 (diff) |
Merge branch 'master' into auction_brandt
Diffstat (limited to 'src/exchangedb/common-0001.sql')
-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 564bf3b3..21f53110 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() |